Uses of Interface
org.cdk8s.plus25.k8s.KubePodDisruptionBudgetListProps
-
Packages that use KubePodDisruptionBudgetListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePodDisruptionBudgetListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubePodDisruptionBudgetListProps Modifier and Type Class Description static classKubePodDisruptionBudgetListProps.Jsii$ProxyAn implementation forKubePodDisruptionBudgetListPropsMethods in org.cdk8s.plus25.k8s that return KubePodDisruptionBudgetListProps Modifier and Type Method Description KubePodDisruptionBudgetListPropsKubePodDisruptionBudgetListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubePodDisruptionBudgetListProps Modifier and Type Method Description static ObjectKubePodDisruptionBudgetList. manifest(KubePodDisruptionBudgetListProps props)Renders a Kubernetes manifest for "io.k8s.api.policy.v1.PodDisruptionBudgetList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubePodDisruptionBudgetListProps Constructor Description KubePodDisruptionBudgetList(software.constructs.Construct scope, String id, KubePodDisruptionBudgetListProps props)Defines a "io.k8s.api.policy.v1.PodDisruptionBudgetList" API object.
-