Uses of Interface
org.cdk8s.plus25.k8s.KubeJobListProps
-
Packages that use KubeJobListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeJobListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeJobListProps Modifier and Type Class Description static classKubeJobListProps.Jsii$ProxyAn implementation forKubeJobListPropsMethods in org.cdk8s.plus25.k8s that return KubeJobListProps Modifier and Type Method Description KubeJobListPropsKubeJobListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeJobListProps Modifier and Type Method Description static ObjectKubeJobList. manifest(KubeJobListProps props)Renders a Kubernetes manifest for "io.k8s.api.batch.v1.JobList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeJobListProps Constructor Description KubeJobList(software.constructs.Construct scope, String id, KubeJobListProps props)Defines a "io.k8s.api.batch.v1.JobList" API object.
-