Uses of Class
io.kubernetes.client.openapi.models.V1NodeSelector
Packages that use V1NodeSelector
-
Uses of V1NodeSelector in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeSelectorModifier and TypeMethodDescriptionV1NodeSelector.addNodeSelectorTermsItem
(V1NodeSelectorTerm nodeSelectorTermsItem) static V1NodeSelector
Create an instance of V1NodeSelector given an JSON stringV1alpha3AllocationResult.getNodeSelector()
Get nodeSelectorV1alpha3ResourceSliceSpec.getNodeSelector()
Get nodeSelectorV1beta1AllocationResult.getNodeSelector()
Get nodeSelectorV1beta1ResourceSliceSpec.getNodeSelector()
Get nodeSelectorV1VolumeNodeAffinity.getRequired()
Get requiredV1NodeAffinity.getRequiredDuringSchedulingIgnoredDuringExecution()
Get requiredDuringSchedulingIgnoredDuringExecutionV1NodeSelector.nodeSelectorTerms
(List<V1NodeSelectorTerm> nodeSelectorTerms) Methods in io.kubernetes.client.openapi.models with parameters of type V1NodeSelectorModifier and TypeMethodDescriptionV1alpha3AllocationResult.nodeSelector
(V1NodeSelector nodeSelector) V1alpha3ResourceSliceSpec.nodeSelector
(V1NodeSelector nodeSelector) V1beta1AllocationResult.nodeSelector
(V1NodeSelector nodeSelector) V1beta1ResourceSliceSpec.nodeSelector
(V1NodeSelector nodeSelector) V1VolumeNodeAffinity.required
(V1NodeSelector required) V1NodeAffinity.requiredDuringSchedulingIgnoredDuringExecution
(V1NodeSelector requiredDuringSchedulingIgnoredDuringExecution) void
V1alpha3AllocationResult.setNodeSelector
(V1NodeSelector nodeSelector) void
V1alpha3ResourceSliceSpec.setNodeSelector
(V1NodeSelector nodeSelector) void
V1beta1AllocationResult.setNodeSelector
(V1NodeSelector nodeSelector) void
V1beta1ResourceSliceSpec.setNodeSelector
(V1NodeSelector nodeSelector) void
V1VolumeNodeAffinity.setRequired
(V1NodeSelector required) void
V1NodeAffinity.setRequiredDuringSchedulingIgnoredDuringExecution
(V1NodeSelector requiredDuringSchedulingIgnoredDuringExecution)