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 V1LabelSelectorRequirementModifier and TypeMethodDescriptionV1LabelSelectorRequirement.addValuesItem(String valuesItem) static V1LabelSelectorRequirementCreate an instance of V1LabelSelectorRequirement given an JSON stringMethods 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) voidV1LabelSelector.setMatchExpressions(List<V1LabelSelectorRequirement> matchExpressions)