Uses of Interface
org.cdk8s.plus24.k8s.KubeCronJobV1Beta1Props
-
Packages that use KubeCronJobV1Beta1Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeCronJobV1Beta1Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeCronJobV1Beta1Props Modifier and Type Class Description static classKubeCronJobV1Beta1Props.Jsii$ProxyAn implementation forKubeCronJobV1Beta1PropsMethods in org.cdk8s.plus24.k8s that return KubeCronJobV1Beta1Props Modifier and Type Method Description KubeCronJobV1Beta1PropsKubeCronJobV1Beta1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeCronJobV1Beta1Props Modifier and Type Method Description List<KubeCronJobV1Beta1Props>KubeCronJobListV1Beta1Props. getItems()items is the list of CronJobs.List<KubeCronJobV1Beta1Props>KubeCronJobListV1Beta1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus24.k8s with parameters of type KubeCronJobV1Beta1Props Modifier and Type Method Description static ObjectKubeCronJobV1Beta1. manifest(KubeCronJobV1Beta1Props props)Renders a Kubernetes manifest for "io.k8s.api.batch.v1beta1.CronJob".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeCronJobV1Beta1Props Modifier and Type Method Description KubeCronJobListV1Beta1.BuilderKubeCronJobListV1Beta1.Builder. items(List<? extends KubeCronJobV1Beta1Props> items)items is the list of CronJobs.KubeCronJobListV1Beta1Props.BuilderKubeCronJobListV1Beta1Props.Builder. items(List<? extends KubeCronJobV1Beta1Props> items)Sets the value ofKubeCronJobListV1Beta1Props.getItems()Constructors in org.cdk8s.plus24.k8s with parameters of type KubeCronJobV1Beta1Props Constructor Description KubeCronJobV1Beta1(software.constructs.Construct scope, String id, KubeCronJobV1Beta1Props props)Defines a "io.k8s.api.batch.v1beta1.CronJob" API object.
-