Package org.cdk8s.plus28.k8s
Interface PodSchedulingGate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PodSchedulingGate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.843Z") @Stability(Stable) public interface PodSchedulingGate extends software.amazon.jsii.JsiiSerializable
PodSchedulingGate is associated to a Pod to guard its scheduling.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPodSchedulingGate.BuilderA builder forPodSchedulingGatestatic classPodSchedulingGate.Jsii$ProxyAn implementation forPodSchedulingGate
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PodSchedulingGate.Builderbuilder()StringgetName()Name of the scheduling gate.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of the scheduling gate.Each scheduling gate must have a unique name field.
-
builder
@Stability(Stable) static PodSchedulingGate.Builder builder()
- Returns:
- a
PodSchedulingGate.BuilderofPodSchedulingGate
-
-