Uses of Interface
org.cdk8s.plus24.AbstractPodProps
-
-
Uses of AbstractPodProps in org.cdk8s.plus24
Subinterfaces of AbstractPodProps in org.cdk8s.plus24 Modifier and Type Interface Description interfaceDaemonSetPropsProperties for `DaemonSet`.interfaceDeploymentPropsProperties for `Deployment`.interfaceJobPropsProperties for `Job`.interfacePodPropsProperties for `Pod`.interfaceStatefulSetPropsProperties for initialization of `StatefulSet`.interfaceWorkloadPropsProperties for `Workload`.Classes in org.cdk8s.plus24 that implement AbstractPodProps Modifier and Type Class Description static classAbstractPodProps.Jsii$ProxyAn implementation forAbstractPodPropsstatic classDaemonSetProps.Jsii$ProxyAn implementation forDaemonSetPropsstatic classDeploymentProps.Jsii$ProxyAn implementation forDeploymentPropsstatic classJobProps.Jsii$ProxyAn implementation forJobPropsstatic classPodProps.Jsii$ProxyAn implementation forPodPropsstatic classStatefulSetProps.Jsii$ProxyAn implementation forStatefulSetPropsstatic classWorkloadProps.Jsii$ProxyAn implementation forWorkloadPropsMethods in org.cdk8s.plus24 that return AbstractPodProps Modifier and Type Method Description AbstractPodPropsAbstractPodProps.Builder. build()Builds the configured instance.Constructors in org.cdk8s.plus24 with parameters of type AbstractPodProps Constructor Description AbstractPod(software.constructs.Construct scope, String id, AbstractPodProps props)
-