AutomationRunbook

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

AutomationRunbookSpec

(Appears on:AutomationRunbook, AutomationRunbookStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
accountName string
content string (Optional)
description string (Optional)
location string
logProgress bool
logVerbose bool
name string
publishContentLink []AutomationRunbookSpecPublishContentLink
resourceGroupName string
runbookType string
tags map[string]string (Optional)
(Appears on:AutomationRunbookSpec)
Field Type Description
hash []AutomationRunbookSpecPublishContentLinkHash (Optional)
uri string
version string (Optional)

AutomationRunbookSpecPublishContentLinkHash

Field Type Description
algorithm string
value string

AutomationRunbookStatus

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