Package org.cdk8s.plus24.k8s
Interface KubeDeploymentListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeDeploymentListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-31T02:28:41.856Z") @Stability(Stable) public interface KubeDeploymentListProps extends software.amazon.jsii.JsiiSerializable
DeploymentList is a list of Deployments.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeDeploymentListProps.Builder
A builder forKubeDeploymentListProps
static class
KubeDeploymentListProps.Jsii$Proxy
An implementation forKubeDeploymentListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeDeploymentListProps.Builder
builder()
List<KubeDeploymentProps>
getItems()
Items is the list of Deployments.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeDeploymentProps> getItems()
Items is the list of Deployments.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.
-
builder
@Stability(Stable) static KubeDeploymentListProps.Builder builder()
- Returns:
- a
KubeDeploymentListProps.Builder
ofKubeDeploymentListProps
-
-