Skip to main content

CronJob

Tiers

This feature is available for the following tiers: Standard, Premium.

Packages:

workload.entigo.com/v1alpha1

Resource Types:

CronJob

↩ Parent
NameTypeDescriptionRequired
apiVersionstringworkload.entigo.com/v1alpha1true
kindstringCronJobtrue
metadataobjectRefer to the Kubernetes API documentation for the fields of the metadata field.true
specobject
true

CronJob.spec

↩ Parent
NameTypeDescriptionRequired
kindstring
true
concurrencyPolicyenum

Enum: Allow, Forbid, Replace
Default: Allow

false
containers[]object
false
imagePullSecrets[]string
false
initContainers[]object
false
replicasinteger

Format: int32
Default: 1

false
restartPolicystring

Default: Always

false
schedulestring
false

CronJob.spec.containers[index]

↩ Parent
NameTypeDescriptionRequired
namestring
true
registrystring
true
repositorystring
true
command[]string
false
environment[]object
false
exposedPortstring
false
livenessProbeobject
false
readinessProbeobject
false
resourcesobject
false
services[]object
false
startupProbeobject
false
tagstring
false

CronJob.spec.containers[index].environment[index]

↩ Parent
NameTypeDescriptionRequired
namestring
false
secretboolean

Default: false

false
valuestring
false

CronJob.spec.containers[index].livenessProbe

↩ Parent
NameTypeDescriptionRequired
failureThresholdinteger

Format: int32
Default: 3

false
initialDelaySecondsinteger

Format: int32
Default: 0

false
pathstring
false
periodSecondsinteger

Format: int32
Default: 10

false
portstring
false
successThresholdinteger

Format: int32
Default: 1

false
terminationGracePeriodSecondsinteger

Format: int32
Default: 30

false
timeoutSecondsinteger

Format: int32
Default: 1

false

CronJob.spec.containers[index].readinessProbe

↩ Parent
NameTypeDescriptionRequired
failureThresholdinteger

Format: int32
Default: 3

false
initialDelaySecondsinteger

Format: int32
Default: 0

false
pathstring
false
periodSecondsinteger

Format: int32
Default: 10

false
portstring
false
successThresholdinteger

Format: int32
Default: 1

false
terminationGracePeriodSecondsinteger

Format: int32
Default: 30

false
timeoutSecondsinteger

Format: int32
Default: 1

false

CronJob.spec.containers[index].resources

↩ Parent
NameTypeDescriptionRequired
limitsobject
false

CronJob.spec.containers[index].resources.limits

↩ Parent
NameTypeDescriptionRequired
cpunumber
false
ramnumber
false

CronJob.spec.containers[index].services[index]

↩ Parent
NameTypeDescriptionRequired
namestring
false
portinteger

Format: int32

false
protocolenum

Enum: TCP, SCTP, UDP, GRPC
Default: TCP

false

CronJob.spec.containers[index].startupProbe

↩ Parent
NameTypeDescriptionRequired
failureThresholdinteger

Format: int32
Default: 3

false
initialDelaySecondsinteger

Format: int32
Default: 0

false
pathstring
false
periodSecondsinteger

Format: int32
Default: 10

false
portstring
false
successThresholdinteger

Format: int32
Default: 1

false
terminationGracePeriodSecondsinteger

Format: int32
Default: 30

false
timeoutSecondsinteger

Format: int32
Default: 1

false

CronJob.spec.initContainers[index]

↩ Parent
NameTypeDescriptionRequired
namestring
true
registrystring
true
repositorystring
true
command[]string
false
environment[]object
false
livenessProbeobject
false
resourcesobject
false
tagstring
false

CronJob.spec.initContainers[index].environment[index]

↩ Parent
NameTypeDescriptionRequired
namestring
false
secretboolean

Default: false

false
valuestring
false

CronJob.spec.initContainers[index].livenessProbe

↩ Parent
NameTypeDescriptionRequired
failureThresholdinteger

Format: int32
Default: 3

false
initialDelaySecondsinteger

Format: int32
Default: 0

false
pathstring
false
periodSecondsinteger

Format: int32
Default: 10

false
portstring
false
successThresholdinteger

Format: int32
Default: 1

false
terminationGracePeriodSecondsinteger

Format: int32
Default: 30

false
timeoutSecondsinteger

Format: int32
Default: 1

false

CronJob.spec.initContainers[index].resources

↩ Parent
NameTypeDescriptionRequired
limitsobject
false

CronJob.spec.initContainers[index].resources.limits

↩ Parent
NameTypeDescriptionRequired
cpunumber
false
ramnumber
false