Uses of Class
io.kubernetes.client.openapi.models.V1PodSchedulingGate
Packages that use V1PodSchedulingGate
-
Uses of V1PodSchedulingGate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PodSchedulingGateMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1PodSchedulingGateModifier and TypeMethodDescriptionV1PodSpec.getSchedulingGates()
SchedulingGates is an opaque list of values that if specified will block scheduling the pod.Methods in io.kubernetes.client.openapi.models with parameters of type V1PodSchedulingGateModifier and TypeMethodDescriptionV1PodSpec.addSchedulingGatesItem
(V1PodSchedulingGate schedulingGatesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1PodSchedulingGateModifier and TypeMethodDescriptionV1PodSpec.schedulingGates
(List<V1PodSchedulingGate> schedulingGates) void
V1PodSpec.setSchedulingGates
(List<V1PodSchedulingGate> schedulingGates)