Uses of Class
io.kubernetes.client.openapi.models.V1TopologySelectorTerm
Packages that use V1TopologySelectorTerm
-
Uses of V1TopologySelectorTerm in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TopologySelectorTermModifier and TypeMethodDescriptionV1TopologySelectorTerm.addMatchLabelExpressionsItem
(V1TopologySelectorLabelRequirement matchLabelExpressionsItem) static V1TopologySelectorTerm
Create an instance of V1TopologySelectorTerm given an JSON stringV1TopologySelectorTerm.matchLabelExpressions
(List<V1TopologySelectorLabelRequirement> matchLabelExpressions) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1TopologySelectorTermModifier and TypeMethodDescriptionV1StorageClass.getAllowedTopologies()
allowedTopologies restrict the node topologies where volumes can be dynamically provisioned.Methods in io.kubernetes.client.openapi.models with parameters of type V1TopologySelectorTermModifier and TypeMethodDescriptionV1StorageClass.addAllowedTopologiesItem
(V1TopologySelectorTerm allowedTopologiesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1TopologySelectorTermModifier and TypeMethodDescriptionV1StorageClass.allowedTopologies
(List<V1TopologySelectorTerm> allowedTopologies) void
V1StorageClass.setAllowedTopologies
(List<V1TopologySelectorTerm> allowedTopologies)