Uses of Interface
org.cdk8s.plus28.AbstractPodProps
-
Packages that use AbstractPodProps Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of AbstractPodProps in org.cdk8s.plus28
Subinterfaces of AbstractPodProps in org.cdk8s.plus28 Modifier and Type Interface Description interfaceCronJobPropsProperties forCronJob.interfaceDaemonSetPropsProperties forDaemonSet.interfaceDeploymentPropsProperties forDeployment.interfaceJobPropsProperties forJob.interfacePodPropsProperties forPod.interfaceStatefulSetPropsProperties for initialization ofStatefulSet.interfaceWorkloadPropsProperties forWorkload.Classes in org.cdk8s.plus28 that implement AbstractPodProps Modifier and Type Class Description static classAbstractPodProps.Jsii$ProxyAn implementation forAbstractPodPropsstatic classCronJobProps.Jsii$ProxyAn implementation forCronJobPropsstatic 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.plus28 that return AbstractPodProps Modifier and Type Method Description AbstractPodPropsAbstractPodProps.Builder. build()Builds the configured instance.Constructors in org.cdk8s.plus28 with parameters of type AbstractPodProps Constructor Description AbstractPod(software.constructs.Construct scope, String id, AbstractPodProps props)
-