我想根据字段中找到的键值对列出我的部署.spec.selector.matchLabels。
.spec.selector.matchLabels
这样做labels很容易,但我找不到匹配/获取满足key=value以下部分中存在某个条件的部署的方法
labels
key=value
spec: [...] selector: matchLabels: app: myapp process: web release: myrelease
似乎这不能使用ListOptions
ListOptions
陪伴而非守候
相关分类