Uses of Interface
org.cdk8s.plus25.k8s.KubeCronJobProps
-
Packages that use KubeCronJobProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeCronJobProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeCronJobProps Modifier and Type Class Description static classKubeCronJobProps.Jsii$ProxyAn implementation forKubeCronJobPropsMethods in org.cdk8s.plus25.k8s that return KubeCronJobProps Modifier and Type Method Description KubeCronJobPropsKubeCronJobProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeCronJobProps Modifier and Type Method Description List<KubeCronJobProps>KubeCronJobListProps. getItems()items is the list of CronJobs.List<KubeCronJobProps>KubeCronJobListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeCronJobProps Modifier and Type Method Description static ObjectKubeCronJob. manifest(KubeCronJobProps props)Renders a Kubernetes manifest for "io.k8s.api.batch.v1.CronJob".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeCronJobProps Modifier and Type Method Description KubeCronJobList.BuilderKubeCronJobList.Builder. items(List<? extends KubeCronJobProps> items)items is the list of CronJobs.KubeCronJobListProps.BuilderKubeCronJobListProps.Builder. items(List<? extends KubeCronJobProps> items)Sets the value ofKubeCronJobListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeCronJobProps Constructor Description KubeCronJob(software.constructs.Construct scope, String id, KubeCronJobProps props)Defines a "io.k8s.api.batch.v1.CronJob" API object.
-