Uses of Interface
org.cdk8s.plus25.k8s.KubePodTemplateListProps
-
Packages that use KubePodTemplateListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePodTemplateListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubePodTemplateListProps Modifier and Type Class Description static classKubePodTemplateListProps.Jsii$ProxyAn implementation forKubePodTemplateListPropsMethods in org.cdk8s.plus25.k8s that return KubePodTemplateListProps Modifier and Type Method Description KubePodTemplateListPropsKubePodTemplateListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubePodTemplateListProps Modifier and Type Method Description static ObjectKubePodTemplateList. manifest(KubePodTemplateListProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.PodTemplateList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubePodTemplateListProps Constructor Description KubePodTemplateList(software.constructs.Construct scope, String id, KubePodTemplateListProps props)Defines a "io.k8s.api.core.v1.PodTemplateList" API object.
-