Uses of Class
org.cdk8s.plus24.k8s.KubePodDisruptionBudgetV1Beta1.Builder
-
Packages that use KubePodDisruptionBudgetV1Beta1.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodDisruptionBudgetV1Beta1.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubePodDisruptionBudgetV1Beta1.Builder Modifier and Type Method Description static KubePodDisruptionBudgetV1Beta1.Builder
KubePodDisruptionBudgetV1Beta1.Builder. create(software.constructs.Construct scope, String id)
KubePodDisruptionBudgetV1Beta1.Builder
KubePodDisruptionBudgetV1Beta1.Builder. metadata(ObjectMeta metadata)
Standard object's metadata.KubePodDisruptionBudgetV1Beta1.Builder
KubePodDisruptionBudgetV1Beta1.Builder. spec(PodDisruptionBudgetSpecV1Beta1 spec)
Specification of the desired behavior of the PodDisruptionBudget.
-