Uses of Interface
org.cdk8s.plus20.PodSpecProps
-
-
Uses of PodSpecProps in org.cdk8s.plus20
Subinterfaces of PodSpecProps in org.cdk8s.plus20 Modifier and Type Interface Description interfaceDaemonSetPropsProperties for `DaemonSet`.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.plus20 that implement PodSpecProps Modifier and Type Class Description static classDaemonSetProps.Jsii$ProxyAn implementation forDaemonSetPropsstatic 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.plus20 that return PodSpecProps Modifier and Type Method Description PodSpecPropsPodSpecProps.Builder. build()Builds the configured instance.Constructors in org.cdk8s.plus20 with parameters of type PodSpecProps Constructor Description PodSpec(PodSpecProps props)
-