Package org.cdk8s.plus25.k8s
Interface KubePodDisruptionBudgetProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePodDisruptionBudgetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.680Z") @Stability(Stable) public interface KubePodDisruptionBudgetProps extends software.amazon.jsii.JsiiSerializable
PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubePodDisruptionBudgetProps.BuilderA builder forKubePodDisruptionBudgetPropsstatic classKubePodDisruptionBudgetProps.Jsii$ProxyAn implementation forKubePodDisruptionBudgetProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubePodDisruptionBudgetProps.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.default PodDisruptionBudgetSpecgetSpec()Specification of the desired behavior of the PodDisruptionBudget.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default PodDisruptionBudgetSpec getSpec()
Specification of the desired behavior of the PodDisruptionBudget.
-
builder
@Stability(Stable) static KubePodDisruptionBudgetProps.Builder builder()
-
-