Files
go/kubernetes/docs/V1AzureFileVolumeSource.md

13 lines
631 B
Markdown
Raw Normal View History

# V1AzureFileVolumeSource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ReadOnly** | **bool** | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. | [optional] [default to null]
**SecretName** | **string** | the name of secret that contains Azure Storage Account Name and Key | [default to null]
**ShareName** | **string** | Share Name | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)