StorageTable

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

StorageTableSpec

(Appears on:StorageTable, StorageTableStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
acl []StorageTableSpecAcl (Optional)
name string
resourceGroupName string (Optional) Deprecated
storageAccountName string

StorageTableSpecAcl

(Appears on:StorageTableSpec)
Field Type Description
accessPolicy []StorageTableSpecAclAccessPolicy (Optional)
ID string

StorageTableSpecAclAccessPolicy

(Appears on:StorageTableSpecAcl)
Field Type Description
expiry string
permissions string
start string

StorageTableStatus

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