Package org.cdk8s.plus24.k8s
Interface KubePodDisruptionBudgetListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePodDisruptionBudgetListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-07-08T00:25:14.523Z") @Stability(Stable) public interface KubePodDisruptionBudgetListProps extends software.amazon.jsii.JsiiSerializable
PodDisruptionBudgetList is a collection of PodDisruptionBudgets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubePodDisruptionBudgetListProps.Builder
A builder forKubePodDisruptionBudgetListProps
static class
KubePodDisruptionBudgetListProps.Jsii$Proxy
An implementation forKubePodDisruptionBudgetListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePodDisruptionBudgetListProps.Builder
builder()
List<KubePodDisruptionBudgetProps>
getItems()
Items is a list of PodDisruptionBudgets.default ListMeta
getMetadata()
Standard object's metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubePodDisruptionBudgetProps> getItems()
Items is a list of PodDisruptionBudgets.
-
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 KubePodDisruptionBudgetListProps.Builder builder()
-
-