StorageBlob

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

StorageBlobSpec

(Appears on:StorageBlob, StorageBlobStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
attempts int (Optional)
contentType string (Optional)
metadata map[string]string (Optional)
name string
parallelism int (Optional)
resourceGroupName string
size int (Optional)
source string (Optional)
sourceURI string (Optional)
storageAccountName string
storageContainerName string
type string (Optional)
url string (Optional)

StorageBlobStatus

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