AzureFileVolumeSource class
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
Constructors
- AzureFileVolumeSource({bool? readOnly, required String secretName, })
-
Default constructor.
const
-
AzureFileVolumeSource.fromJson(Map<
String, dynamic> json) -
Creates a AzureFileVolumeSource 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
-
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 AzureFileVolumeSource instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited