Is your feature request related to a problem? Please describe.
Deployments are another type of k8s object that is mostly distinct from services and pods. Most importantly, it's possible that 2+ deployments back the same service so services might not be sufficient k8s objects in the future.
Describe the solution you'd like
Be able to query deployments like we query services/pods.
Describe alternatives you've considered
Most of the time services represent deployments 1:1, so you could use service queries to achieve what you want from Deployments. However k8s doesn't have any enforced constraint for this and it's possible for deployments to not back a service at all.
Additional context
Add any other context or screenshots about the feature request here.
┆Issue is synchronized with this Jira Bug by Unito
Is your feature request related to a problem? Please describe.
Deployments are another type of k8s object that is mostly distinct from services and pods. Most importantly, it's possible that 2+ deployments back the same service so services might not be sufficient k8s objects in the future.
Describe the solution you'd like
Be able to query deployments like we query services/pods.
Describe alternatives you've considered
Most of the time services represent deployments 1:1, so you could use service queries to achieve what you want from Deployments. However k8s doesn't have any enforced constraint for this and it's possible for deployments to not back a service at all.
Additional context
Add any other context or screenshots about the feature request here.
┆Issue is synchronized with this Jira Bug by Unito