Uses of Interface
k8s.io.api.core.v1.Generated.PodSchedulingGateOrBuilder
-
Packages that use Generated.PodSchedulingGateOrBuilder Package Description k8s.io.api.core.v1 -
-
Uses of Generated.PodSchedulingGateOrBuilder in k8s.io.api.core.v1
Classes in k8s.io.api.core.v1 that implement Generated.PodSchedulingGateOrBuilder Modifier and Type Class Description static classGenerated.PodSchedulingGatePodSchedulingGate is associated to a Pod to guard its scheduling.static classGenerated.PodSchedulingGate.BuilderPodSchedulingGate is associated to a Pod to guard its scheduling.Methods in k8s.io.api.core.v1 that return Generated.PodSchedulingGateOrBuilder Modifier and Type Method Description Generated.PodSchedulingGateOrBuilderGenerated.PodSpec.Builder. getSchedulingGatesOrBuilder(int index)SchedulingGates is an opaque list of values that if specified will block scheduling the pod.Generated.PodSchedulingGateOrBuilderGenerated.PodSpec. getSchedulingGatesOrBuilder(int index)SchedulingGates is an opaque list of values that if specified will block scheduling the pod.Generated.PodSchedulingGateOrBuilderGenerated.PodSpecOrBuilder. getSchedulingGatesOrBuilder(int index)SchedulingGates is an opaque list of values that if specified will block scheduling the pod.Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.PodSchedulingGateOrBuilder Modifier and Type Method Description List<? extends Generated.PodSchedulingGateOrBuilder>Generated.PodSpec.Builder. getSchedulingGatesOrBuilderList()SchedulingGates is an opaque list of values that if specified will block scheduling the pod.List<? extends Generated.PodSchedulingGateOrBuilder>Generated.PodSpec. getSchedulingGatesOrBuilderList()SchedulingGates is an opaque list of values that if specified will block scheduling the pod.List<? extends Generated.PodSchedulingGateOrBuilder>Generated.PodSpecOrBuilder. getSchedulingGatesOrBuilderList()SchedulingGates is an opaque list of values that if specified will block scheduling the pod.
-