Uses of Interface
org.cdk8s.plus25.k8s.CronJobSpec
-
Packages that use CronJobSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of CronJobSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement CronJobSpec Modifier and Type Class Description static classCronJobSpec.Jsii$ProxyAn implementation forCronJobSpecMethods in org.cdk8s.plus25.k8s that return CronJobSpec Modifier and Type Method Description CronJobSpecCronJobSpec.Builder. build()Builds the configured instance.default CronJobSpecKubeCronJobProps. getSpec()Specification of the desired behavior of a cron job, including the schedule.CronJobSpecKubeCronJobProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type CronJobSpec Modifier and Type Method Description KubeCronJob.BuilderKubeCronJob.Builder. spec(CronJobSpec spec)Specification of the desired behavior of a cron job, including the schedule.KubeCronJobProps.BuilderKubeCronJobProps.Builder. spec(CronJobSpec spec)Sets the value ofKubeCronJobProps.getSpec()
-