AzureFilePersistentVolumeSource class

AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Constructors

AzureFilePersistentVolumeSource({bool? readOnly, required String secretName, String? secretNamespace, required String shareName})
Default constructor.
const
AzureFilePersistentVolumeSource.fromJson(Map<String, dynamic> json)
Creates a AzureFilePersistentVolumeSource from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
readOnly bool?
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretName String
secretName is the name of secret that contains Azure Storage Account Name and Key.
final
secretNamespace String?
secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod.
final
shareName String
shareName is the azure Share Name.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a AzureFilePersistentVolumeSource instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited