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.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) voidV1LabelSelector.setMatchExpressions(List<V1LabelSelectorRequirement> matchExpressions) voidV1LabelSelectorAttributes.setRequirements(List<V1LabelSelectorRequirement> requirements)