Uses of Class
io.kubernetes.client.openapi.models.V1LabelSelectorRequirement
Packages that use V1LabelSelectorRequirement
-
Uses of V1LabelSelectorRequirement in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LabelSelectorRequirementMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1LabelSelectorRequirementModifier and TypeMethodDescriptionV1LabelSelector.getMatchExpressions()
matchExpressions is a list of label selector requirements.Methods in io.kubernetes.client.openapi.models with parameters of type V1LabelSelectorRequirementModifier and TypeMethodDescriptionV1LabelSelector.addMatchExpressionsItem
(V1LabelSelectorRequirement matchExpressionsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1LabelSelectorRequirementModifier and TypeMethodDescriptionV1LabelSelector.matchExpressions
(List<V1LabelSelectorRequirement> matchExpressions) void
V1LabelSelector.setMatchExpressions
(List<V1LabelSelectorRequirement> matchExpressions)