toggle menu
pulumi-kubernetes-kotlin
4.22.2.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.batch.v1beta1.kotlin.inputs
/
CronJobSpecArgs
/
CronJobSpecArgs
Cron
Job
Spec
Args
constructor
(
concurrencyPolicy
:
Output
<
String
>
?
=
null
,
failedJobsHistoryLimit
:
Output
<
Int
>
?
=
null
,
jobTemplate
:
Output
<
JobTemplateSpecArgs
>
,
schedule
:
Output
<
String
>
,
startingDeadlineSeconds
:
Output
<
Int
>
?
=
null
,
successfulJobsHistoryLimit
:
Output
<
Int
>
?
=
null
,
suspend
:
Output
<
Boolean
>
?
=
null
)