Eventhub

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

EventhubSpec

(Appears on:Eventhub, EventhubStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
captureDescription []EventhubSpecCaptureDescription (Optional)
location string (Optional) Deprecated
messageRetention int
name string
namespaceName string
partitionCount int
partitionIDS []string (Optional)
resourceGroupName string

EventhubSpecCaptureDescription

(Appears on:EventhubSpec)
Field Type Description
destination []EventhubSpecCaptureDescriptionDestination
enabled bool
encoding string
intervalInSeconds int (Optional)
sizeLimitInBytes int (Optional)
skipEmptyArchives bool (Optional)

EventhubSpecCaptureDescriptionDestination

(Appears on:EventhubSpecCaptureDescription)
Field Type Description
archiveNameFormat string
blobContainerName string
name string
storageAccountID string

EventhubStatus

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