Package org.cdk8s.plus24.k8s
Interface KubePodDisruptionBudgetListV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePodDisruptionBudgetListV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-05T16:22:34.078Z") @Stability(Stable) public interface KubePodDisruptionBudgetListV1Beta1Props extends software.amazon.jsii.JsiiSerializable
PodDisruptionBudgetList is a collection of PodDisruptionBudgets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubePodDisruptionBudgetListV1Beta1Props.Builder
A builder forKubePodDisruptionBudgetListV1Beta1Props
static class
KubePodDisruptionBudgetListV1Beta1Props.Jsii$Proxy
An implementation forKubePodDisruptionBudgetListV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePodDisruptionBudgetListV1Beta1Props.Builder
builder()
List<KubePodDisruptionBudgetV1Beta1Props>
getItems()
items list individual PodDisruptionBudget objects.default ListMeta
getMetadata()
Standard object's metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubePodDisruptionBudgetV1Beta1Props> getItems()
items list individual PodDisruptionBudget objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubePodDisruptionBudgetListV1Beta1Props.Builder builder()
-
-