Uses of Interface
org.cdk8s.plus22.PodTemplateProps
-
-
Uses of PodTemplateProps in org.cdk8s.plus22
Subinterfaces of PodTemplateProps in org.cdk8s.plus22 Modifier and Type Interface Description interfaceDeploymentPropsProperties for initialization of `Deployment`.interfaceJobPropsProperties for initialization of `Job`.interfaceStatefulSetPropsProperties for initialization of `StatefulSet`.Classes in org.cdk8s.plus22 that implement PodTemplateProps Modifier and Type Class Description static classDeploymentProps.Jsii$ProxyAn implementation forDeploymentPropsstatic classJobProps.Jsii$ProxyAn implementation forJobPropsstatic classPodTemplateProps.Jsii$ProxyAn implementation forPodTemplatePropsstatic classStatefulSetProps.Jsii$ProxyAn implementation forStatefulSetPropsMethods in org.cdk8s.plus22 that return PodTemplateProps Modifier and Type Method Description PodTemplatePropsPodTemplateProps.Builder. build()Builds the configured instance.Constructors in org.cdk8s.plus22 with parameters of type PodTemplateProps Constructor Description PodTemplate(PodTemplateProps props)
-