Uses of Interface
org.cdk8s.plus28.k8s.PodSchedulingGate
-
Packages that use PodSchedulingGate Package Description org.cdk8s.plus28.k8s -
-
Uses of PodSchedulingGate in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement PodSchedulingGate Modifier and Type Class Description static classPodSchedulingGate.Jsii$ProxyAn implementation forPodSchedulingGateMethods in org.cdk8s.plus28.k8s that return PodSchedulingGate Modifier and Type Method Description PodSchedulingGatePodSchedulingGate.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s that return types with arguments of type PodSchedulingGate Modifier and Type Method Description default List<PodSchedulingGate>PodSpec. getSchedulingGates()SchedulingGates is an opaque list of values that if specified will block scheduling the pod.List<PodSchedulingGate>PodSpec.Jsii$Proxy. getSchedulingGates()Method parameters in org.cdk8s.plus28.k8s with type arguments of type PodSchedulingGate Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. schedulingGates(List<? extends PodSchedulingGate> schedulingGates)Sets the value ofPodSpec.getSchedulingGates()
-