Uses of Interface
org.cdk8s.plus24.k8s.KubePodDisruptionBudgetV1Beta1Props
-
Packages that use KubePodDisruptionBudgetV1Beta1Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodDisruptionBudgetV1Beta1Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubePodDisruptionBudgetV1Beta1Props Modifier and Type Class Description static classKubePodDisruptionBudgetV1Beta1Props.Jsii$ProxyAn implementation forKubePodDisruptionBudgetV1Beta1PropsMethods in org.cdk8s.plus24.k8s that return KubePodDisruptionBudgetV1Beta1Props Modifier and Type Method Description KubePodDisruptionBudgetV1Beta1PropsKubePodDisruptionBudgetV1Beta1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubePodDisruptionBudgetV1Beta1Props Modifier and Type Method Description List<KubePodDisruptionBudgetV1Beta1Props>KubePodDisruptionBudgetListV1Beta1Props. getItems()items list individual PodDisruptionBudget objects.List<KubePodDisruptionBudgetV1Beta1Props>KubePodDisruptionBudgetListV1Beta1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus24.k8s with parameters of type KubePodDisruptionBudgetV1Beta1Props Modifier and Type Method Description static ObjectKubePodDisruptionBudgetV1Beta1. manifest(KubePodDisruptionBudgetV1Beta1Props props)Renders a Kubernetes manifest for "io.k8s.api.policy.v1beta1.PodDisruptionBudget".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubePodDisruptionBudgetV1Beta1Props Modifier and Type Method Description KubePodDisruptionBudgetListV1Beta1.BuilderKubePodDisruptionBudgetListV1Beta1.Builder. items(List<? extends KubePodDisruptionBudgetV1Beta1Props> items)items list individual PodDisruptionBudget objects.KubePodDisruptionBudgetListV1Beta1Props.BuilderKubePodDisruptionBudgetListV1Beta1Props.Builder. items(List<? extends KubePodDisruptionBudgetV1Beta1Props> items)Sets the value ofKubePodDisruptionBudgetListV1Beta1Props.getItems()Constructors in org.cdk8s.plus24.k8s with parameters of type KubePodDisruptionBudgetV1Beta1Props Constructor Description KubePodDisruptionBudgetV1Beta1(software.constructs.Construct scope, String id, KubePodDisruptionBudgetV1Beta1Props props)Defines a "io.k8s.api.policy.v1beta1.PodDisruptionBudget" API object.
-