Uses of Interface
org.cdk8s.plus24.k8s.KubeDeploymentProps
-
Packages that use KubeDeploymentProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeDeploymentProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeDeploymentProps Modifier and Type Class Description static class
KubeDeploymentProps.Jsii$Proxy
An implementation forKubeDeploymentProps
Methods in org.cdk8s.plus24.k8s that return KubeDeploymentProps Modifier and Type Method Description KubeDeploymentProps
KubeDeploymentProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeDeploymentProps Modifier and Type Method Description List<KubeDeploymentProps>
KubeDeploymentListProps. getItems()
Items is the list of Deployments.List<KubeDeploymentProps>
KubeDeploymentListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeDeploymentProps Modifier and Type Method Description static Object
KubeDeployment. manifest(KubeDeploymentProps props)
Renders a Kubernetes manifest for "io.k8s.api.apps.v1.Deployment".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeDeploymentProps Modifier and Type Method Description KubeDeploymentList.Builder
KubeDeploymentList.Builder. items(List<? extends KubeDeploymentProps> items)
Items is the list of Deployments.KubeDeploymentListProps.Builder
KubeDeploymentListProps.Builder. items(List<? extends KubeDeploymentProps> items)
Sets the value ofKubeDeploymentListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeDeploymentProps Constructor Description KubeDeployment(software.constructs.Construct scope, String id, KubeDeploymentProps props)
Defines a "io.k8s.api.apps.v1.Deployment" API object.
-