Uses of Class
io.kubernetes.client.openapi.models.V1LabelSelectorAttributes
Packages that use V1LabelSelectorAttributes
-
Uses of V1LabelSelectorAttributes in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LabelSelectorAttributesModifier and TypeMethodDescriptionV1LabelSelectorAttributes.addRequirementsItem
(V1LabelSelectorRequirement requirementsItem) static V1LabelSelectorAttributes
Create an instance of V1LabelSelectorAttributes given an JSON stringV1ResourceAttributes.getLabelSelector()
Get labelSelectorV1LabelSelectorAttributes.rawSelector
(String rawSelector) V1LabelSelectorAttributes.requirements
(List<V1LabelSelectorRequirement> requirements) Methods in io.kubernetes.client.openapi.models with parameters of type V1LabelSelectorAttributesModifier and TypeMethodDescriptionV1ResourceAttributes.labelSelector
(V1LabelSelectorAttributes labelSelector) void
V1ResourceAttributes.setLabelSelector
(V1LabelSelectorAttributes labelSelector)