is `.metadata.apply(m => m.name)` still a thing...
# general
c
is
.metadata.apply(m => m.name)
still a thing? i thought this went away for some reason, but i just saw an error related to calling a
k8sservice.metadata.name
directly. maybe because im putting it into a string interpolation?