Sha256: 407706e44b991988b26f499fbedd5f067b6c1e00bd82950a818198a06c9dce5a
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
# Zilla::IoK8sApiCoreV1AzureFilePersistentVolumeSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **read_only** | **Boolean** | readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. | [optional] | | **secret_name** | **String** | secretName is the name of secret that contains Azure Storage Account Name and Key | | | **secret_namespace** | **String** | secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod | [optional] | | **share_name** | **String** | shareName is the azure Share Name | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1AzureFilePersistentVolumeSource.new( read_only: null, secret_name: null, secret_namespace: null, share_name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1AzureFilePersistentVolumeSource.md |