Uses of Class
org.cdk8s.plus25.k8s.KubeDeploymentList.Builder
-
Packages that use KubeDeploymentList.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeDeploymentList.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeDeploymentList.Builder Modifier and Type Method Description static KubeDeploymentList.BuilderKubeDeploymentList.Builder. create(software.constructs.Construct scope, String id)KubeDeploymentList.BuilderKubeDeploymentList.Builder. items(List<? extends KubeDeploymentProps> items)Items is the list of Deployments.KubeDeploymentList.BuilderKubeDeploymentList.Builder. metadata(ListMeta metadata)Standard list metadata.
-