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