Uses of Class
org.cdk8s.plus24.k8s.PodDisruptionBudgetSpecV1Beta1.Builder
-
Packages that use PodDisruptionBudgetSpecV1Beta1.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of PodDisruptionBudgetSpecV1Beta1.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return PodDisruptionBudgetSpecV1Beta1.Builder Modifier and Type Method Description static PodDisruptionBudgetSpecV1Beta1.BuilderPodDisruptionBudgetSpecV1Beta1. builder()PodDisruptionBudgetSpecV1Beta1.BuilderPodDisruptionBudgetSpecV1Beta1.Builder. maxUnavailable(IntOrString maxUnavailable)Sets the value ofPodDisruptionBudgetSpecV1Beta1.getMaxUnavailable()PodDisruptionBudgetSpecV1Beta1.BuilderPodDisruptionBudgetSpecV1Beta1.Builder. minAvailable(IntOrString minAvailable)Sets the value ofPodDisruptionBudgetSpecV1Beta1.getMinAvailable()PodDisruptionBudgetSpecV1Beta1.BuilderPodDisruptionBudgetSpecV1Beta1.Builder. selector(LabelSelector selector)Sets the value ofPodDisruptionBudgetSpecV1Beta1.getSelector()Constructors in org.cdk8s.plus24.k8s with parameters of type PodDisruptionBudgetSpecV1Beta1.Builder Constructor Description Jsii$Proxy(PodDisruptionBudgetSpecV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by thePodDisruptionBudgetSpecV1Beta1.Builder.
-