StorageShare

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

StorageShareSpec

(Appears on:StorageShare, StorageShareStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
acl []StorageShareSpecAcl (Optional)
metadata map[string]string (Optional)
name string
quota int (Optional)
resourceGroupName string (Optional) Deprecated
storageAccountName string
url string (Optional)

StorageShareSpecAcl

(Appears on:StorageShareSpec)
Field Type Description
accessPolicy []StorageShareSpecAclAccessPolicy (Optional)
ID string

StorageShareSpecAclAccessPolicy

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

StorageShareStatus

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