toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.batch.v1.kotlin.outputs
/
CronJobSpec
/
CronJobSpec
Cron
Job
Spec
constructor
(
concurrencyPolicy
:
String
?
=
null
,
failedJobsHistoryLimit
:
Int
?
=
null
,
jobTemplate
:
JobTemplateSpec
,
schedule
:
String
,
startingDeadlineSeconds
:
Int
?
=
null
,
successfulJobsHistoryLimit
:
Int
?
=
null
,
suspend
:
Boolean
?
=
null
,
timeZone
:
String
?
=
null
)