kubernetes_asyncio.client.models.v1_azure_file_volume_source module
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech
- class kubernetes_asyncio.client.models.v1_azure_file_volume_source.V1AzureFileVolumeSource(read_only=None, secret_name=None, share_name=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'read_only': 'readOnly', 'secret_name': 'secretName', 'share_name': 'shareName'}
- openapi_types = {'read_only': 'bool', 'secret_name': 'str', 'share_name': 'str'}
- property read_only
Gets the read_only of this V1AzureFileVolumeSource. # noqa: E501
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. # noqa: E501
- Returns:
The read_only of this V1AzureFileVolumeSource. # noqa: E501
- Return type:
bool
- property secret_name
Gets the secret_name of this V1AzureFileVolumeSource. # noqa: E501
secretName is the name of secret that contains Azure Storage Account Name and Key # noqa: E501
- Returns:
The secret_name of this V1AzureFileVolumeSource. # noqa: E501
- Return type:
str
Gets the share_name of this V1AzureFileVolumeSource. # noqa: E501
shareName is the azure share Name # noqa: E501
- Returns:
The share_name of this V1AzureFileVolumeSource. # noqa: E501
- Return type:
str
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model