GoogleCloudRunV2VersionToPath class
VersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path.
Constructors
- GoogleCloudRunV2VersionToPath({int? mode, String? path, String? version})
- GoogleCloudRunV2VersionToPath.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode ↔ int?
-
Integer octal mode bits to use on this file, must be a value between 01
and 0777 (octal).
getter/setter pair
- path ↔ String?
-
The relative path of the secret in the container.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ String?
-
The Cloud Secret Manager secret version.
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