Uses of Interface
org.cdk8s.plus24.JobProps
-
Packages that use JobProps Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of JobProps in org.cdk8s.plus24
Subinterfaces of JobProps in org.cdk8s.plus24 Modifier and Type Interface Description interface
CronJobProps
Properties for `CronJob`.Classes in org.cdk8s.plus24 that implement JobProps Modifier and Type Class Description static class
CronJobProps.Jsii$Proxy
An implementation forCronJobProps
static class
JobProps.Jsii$Proxy
An implementation forJobProps
Methods in org.cdk8s.plus24 that return JobProps Modifier and Type Method Description JobProps
JobProps.Builder. build()
Builds the configured instance.Constructors in org.cdk8s.plus24 with parameters of type JobProps Constructor Description Job(software.constructs.Construct scope, String id, JobProps props)
-