GoogleCloudRunV2SecretVolumeSource class
The secret's value will be presented as the content of a file whose name is defined in the item path.
If no items are defined, the name of the file is the secret.
Constructors
-
GoogleCloudRunV2SecretVolumeSource({int? defaultMode, List<
GoogleCloudRunV2VersionToPath> ? items, String? secret}) - GoogleCloudRunV2SecretVolumeSource.fromJson(Map json_)
Properties
- defaultMode ↔ int?
-
Integer representation of mode bits to use on created files by default.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
GoogleCloudRunV2VersionToPath> ? -
If unspecified, the volume will expose a file whose name is the secret,
relative to VolumeMount.mount_path.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret ↔ String?
-
The name of the secret in Cloud Secret Manager.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited