I want to list my deployments based on a key value pair found in the .spec.selector.matchLabels
field.
Doing so using the plain labels
is easy, but I could not find a way to match / fetch the deployment that satisfies the condition that a certain key=value
is present in the following section
spec:
[...]
selector:
matchLabels:
app: myapp
process: web
release: myrelease
Does not seem this can be done using the ListOptions