How does one list all deployments of a Kubernetes ...
# general
d
How does one list all deployments of a Kubernetes resource? I want to patch the configuration of all deployments (using
DeploymentPatch
) but to do so I need to be able to look up all deployments, don't I?