Uses of Interface
org.cdk8s.plus25.k8s.KubeDeploymentListProps
-
Packages that use KubeDeploymentListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeDeploymentListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeDeploymentListProps Modifier and Type Class Description static classKubeDeploymentListProps.Jsii$ProxyAn implementation forKubeDeploymentListPropsMethods in org.cdk8s.plus25.k8s that return KubeDeploymentListProps Modifier and Type Method Description KubeDeploymentListPropsKubeDeploymentListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeDeploymentListProps Modifier and Type Method Description static ObjectKubeDeploymentList. manifest(KubeDeploymentListProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.DeploymentList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeDeploymentListProps Constructor Description KubeDeploymentList(software.constructs.Construct scope, String id, KubeDeploymentListProps props)Defines a "io.k8s.api.apps.v1.DeploymentList" API object.
-