Uses of Interface
org.cdk8s.plus24.k8s.KubePodDisruptionBudgetProps
-
Packages that use KubePodDisruptionBudgetProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodDisruptionBudgetProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubePodDisruptionBudgetProps Modifier and Type Class Description static class
KubePodDisruptionBudgetProps.Jsii$Proxy
An implementation forKubePodDisruptionBudgetProps
Methods in org.cdk8s.plus24.k8s that return KubePodDisruptionBudgetProps Modifier and Type Method Description KubePodDisruptionBudgetProps
KubePodDisruptionBudgetProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubePodDisruptionBudgetProps Modifier and Type Method Description List<KubePodDisruptionBudgetProps>
KubePodDisruptionBudgetListProps. getItems()
Items is a list of PodDisruptionBudgets.List<KubePodDisruptionBudgetProps>
KubePodDisruptionBudgetListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubePodDisruptionBudgetProps Modifier and Type Method Description static Object
KubePodDisruptionBudget. manifest(KubePodDisruptionBudgetProps props)
Renders a Kubernetes manifest for "io.k8s.api.policy.v1.PodDisruptionBudget".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubePodDisruptionBudgetProps Modifier and Type Method Description KubePodDisruptionBudgetList.Builder
KubePodDisruptionBudgetList.Builder. items(List<? extends KubePodDisruptionBudgetProps> items)
Items is a list of PodDisruptionBudgets.KubePodDisruptionBudgetListProps.Builder
KubePodDisruptionBudgetListProps.Builder. items(List<? extends KubePodDisruptionBudgetProps> items)
Sets the value ofKubePodDisruptionBudgetListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubePodDisruptionBudgetProps Constructor Description KubePodDisruptionBudget(software.constructs.Construct scope, String id, KubePodDisruptionBudgetProps props)
Defines a "io.k8s.api.policy.v1.PodDisruptionBudget" API object.
-