Uses of Class
org.cdk8s.plus25.k8s.KubePodDisruptionBudgetListProps.Builder
-
Packages that use KubePodDisruptionBudgetListProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePodDisruptionBudgetListProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubePodDisruptionBudgetListProps.Builder Modifier and Type Method Description static KubePodDisruptionBudgetListProps.BuilderKubePodDisruptionBudgetListProps. builder()KubePodDisruptionBudgetListProps.BuilderKubePodDisruptionBudgetListProps.Builder. items(List<? extends KubePodDisruptionBudgetProps> items)Sets the value ofKubePodDisruptionBudgetListProps.getItems()KubePodDisruptionBudgetListProps.BuilderKubePodDisruptionBudgetListProps.Builder. metadata(ListMeta metadata)Sets the value ofKubePodDisruptionBudgetListProps.getMetadata()Constructors in org.cdk8s.plus25.k8s with parameters of type KubePodDisruptionBudgetListProps.Builder Constructor Description Jsii$Proxy(KubePodDisruptionBudgetListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubePodDisruptionBudgetListProps.Builder.
-