Uses of Class
kubevirt.io.V1NodeSelector
-
Packages that use V1NodeSelector Package Description kubevirt.io -
-
Uses of V1NodeSelector in kubevirt.io
Methods in kubevirt.io that return V1NodeSelector Modifier and Type Method Description V1NodeSelectorV1NodeSelector. addNodeSelectorTermsItem(V1NodeSelectorTerm nodeSelectorTermsItem)V1NodeSelectorV1NodeAffinity. getRequiredDuringSchedulingIgnoredDuringExecution()If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node.V1NodeSelectorV1NodeSelector. nodeSelectorTerms(java.util.List<V1NodeSelectorTerm> nodeSelectorTerms)Methods in kubevirt.io with parameters of type V1NodeSelector Modifier and Type Method Description V1NodeAffinityV1NodeAffinity. requiredDuringSchedulingIgnoredDuringExecution(V1NodeSelector requiredDuringSchedulingIgnoredDuringExecution)voidV1NodeAffinity. setRequiredDuringSchedulingIgnoredDuringExecution(V1NodeSelector requiredDuringSchedulingIgnoredDuringExecution)
-