Uses of Interface
org.cdk8s.plus24.k8s.KubePodDisruptionBudgetListProps
-
Packages that use KubePodDisruptionBudgetListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodDisruptionBudgetListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubePodDisruptionBudgetListProps Modifier and Type Class Description static class
KubePodDisruptionBudgetListProps.Jsii$Proxy
An implementation forKubePodDisruptionBudgetListProps
Methods in org.cdk8s.plus24.k8s that return KubePodDisruptionBudgetListProps Modifier and Type Method Description KubePodDisruptionBudgetListProps
KubePodDisruptionBudgetListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubePodDisruptionBudgetListProps Modifier and Type Method Description static Object
KubePodDisruptionBudgetList. manifest(KubePodDisruptionBudgetListProps props)
Renders a Kubernetes manifest for "io.k8s.api.policy.v1.PodDisruptionBudgetList".Constructors in org.cdk8s.plus24.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.
-