AutomationModule

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

AutomationModuleSpec

(Appears on:AutomationModule, AutomationModuleStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
automationAccountName string
moduleLink []AutomationModuleSpecModuleLink
name string
resourceGroupName string
(Appears on:AutomationModuleSpec)
Field Type Description
hash []AutomationModuleSpecModuleLinkHash (Optional)
uri string

AutomationModuleSpecModuleLinkHash

Field Type Description
algorithm string
value string

AutomationModuleStatus

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