Uses of Interface
org.cdk8s.plus24.k8s.KubePodDisruptionBudgetListV1Beta1Props
-
Packages that use KubePodDisruptionBudgetListV1Beta1Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodDisruptionBudgetListV1Beta1Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubePodDisruptionBudgetListV1Beta1Props Modifier and Type Class Description static class
KubePodDisruptionBudgetListV1Beta1Props.Jsii$Proxy
An implementation forKubePodDisruptionBudgetListV1Beta1Props
Methods in org.cdk8s.plus24.k8s that return KubePodDisruptionBudgetListV1Beta1Props Modifier and Type Method Description KubePodDisruptionBudgetListV1Beta1Props
KubePodDisruptionBudgetListV1Beta1Props.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubePodDisruptionBudgetListV1Beta1Props Modifier and Type Method Description static Object
KubePodDisruptionBudgetListV1Beta1. manifest(KubePodDisruptionBudgetListV1Beta1Props props)
Renders a Kubernetes manifest for "io.k8s.api.policy.v1beta1.PodDisruptionBudgetList".Constructors in org.cdk8s.plus24.k8s with parameters of type KubePodDisruptionBudgetListV1Beta1Props Constructor Description KubePodDisruptionBudgetListV1Beta1(software.constructs.Construct scope, String id, KubePodDisruptionBudgetListV1Beta1Props props)
Defines a "io.k8s.api.policy.v1beta1.PodDisruptionBudgetList" API object.
-