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