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 V1LabelSelectorRequirement
Create 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.V1LabelSelectorAttributes.getRequirements()
requirements is the parsed interpretation of a label selector.Methods in io.kubernetes.client.openapi.models with parameters of type V1LabelSelectorRequirementModifier and TypeMethodDescriptionV1LabelSelector.addMatchExpressionsItem
(V1LabelSelectorRequirement matchExpressionsItem) V1LabelSelectorAttributes.addRequirementsItem
(V1LabelSelectorRequirement requirementsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1LabelSelectorRequirementModifier and TypeMethodDescriptionV1LabelSelector.matchExpressions
(List<V1LabelSelectorRequirement> matchExpressions) V1LabelSelectorAttributes.requirements
(List<V1LabelSelectorRequirement> requirements) void
V1LabelSelector.setMatchExpressions
(List<V1LabelSelectorRequirement> matchExpressions) void
V1LabelSelectorAttributes.setRequirements
(List<V1LabelSelectorRequirement> requirements)