Uses of Interface
org.cdk8s.plus25.k8s.DeploymentSpec
-
Packages that use DeploymentSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of DeploymentSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement DeploymentSpec Modifier and Type Class Description static classDeploymentSpec.Jsii$ProxyAn implementation forDeploymentSpecMethods in org.cdk8s.plus25.k8s that return DeploymentSpec Modifier and Type Method Description DeploymentSpecDeploymentSpec.Builder. build()Builds the configured instance.default DeploymentSpecKubeDeploymentProps. getSpec()Specification of the desired behavior of the Deployment.DeploymentSpecKubeDeploymentProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type DeploymentSpec Modifier and Type Method Description KubeDeployment.BuilderKubeDeployment.Builder. spec(DeploymentSpec spec)Specification of the desired behavior of the Deployment.KubeDeploymentProps.BuilderKubeDeploymentProps.Builder. spec(DeploymentSpec spec)Sets the value ofKubeDeploymentProps.getSpec()
-