Package org.cdk8s.plus25.k8s
Interface KubeDeploymentListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeDeploymentListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.616Z") @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 classKubeDeploymentListProps.BuilderA builder forKubeDeploymentListPropsstatic classKubeDeploymentListProps.Jsii$ProxyAn implementation forKubeDeploymentListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeDeploymentListProps.Builderbuilder()List<KubeDeploymentProps>getItems()Items is the list of Deployments.default ListMetagetMetadata()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.BuilderofKubeDeploymentListProps
-
-