SchedulerJobCollection

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string SchedulerJobCollection
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec SchedulerJobCollectionSpec
status SchedulerJobCollectionStatus

SchedulerJobCollectionSpec

(Appears on:SchedulerJobCollection, SchedulerJobCollectionStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
location string
name string
quota []SchedulerJobCollectionSpecQuota (Optional)
resourceGroupName string
sku string
state string (Optional)
tags map[string]string (Optional)

SchedulerJobCollectionSpecQuota

(Appears on:SchedulerJobCollectionSpec)
Field Type Description
maxJobCount int (Optional)
maxRecurrenceFrequency string
maxRecurrenceInterval int (Optional)
maxRetryInterval int (Optional) Deprecated

SchedulerJobCollectionStatus

(Appears on:SchedulerJobCollection)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output SchedulerJobCollectionSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)