You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -961,7 +963,55 @@ not need to be as detailed as the proposal, but should include enough
961
963
information to express the idea and why it was not acceptable.
962
964
-->
963
965
964
-
###
966
+
### implement as a new enum in LabelSelector
967
+
968
+
Implement new enum values `ExistsWithSameValue` and `ExistsWithDifferentValue` in LabelSelector.
969
+
-`ExistsWithSameValue`: look up the label value keyed with the key specified in the labelSelector, and match with Pods which have the same label value on the key.
970
+
-`ExistsWithDifferentValue`: look up the label value keyed with the key specified in the labelSelector, and match with Pods which have the same label key, but with the different label value on the key.
971
+
972
+
#### Example
973
+
974
+
a set of Pods A doesn't want to co-exist with other set of Pods, but want the set of Pods A co-located
0 commit comments