Does anyone know how to do a `ApplyT` (in Go) on a...
# kubernetes
b
Does anyone know how to do a
ApplyT
(in Go) on a type like
Deployment
where each individual field is an
Output
type, but without using
All
and having to specify every field?