Package org.cdk8s.plus28.k8s
Interface KubeDeploymentListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeDeploymentListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.739Z") @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
-
-