SecretVolume_SecretVersion class final
Configuration for a single version.
- Inheritance
-
- Object
- ProtoMessage
- SecretVolume_SecretVersion
Constructors
- SecretVolume_SecretVersion({String version = '', String path = ''})
- SecretVolume_SecretVersion.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String
-
Relative path of the file under the mount path where the secret value for
this version will be fetched and made available. For example, setting the
mount_path as '/etc/secrets' and path as
secret_foowould mount the secret value file at/etc/secrets/secret_foo.final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String
-
Version of the secret (version number or the string 'latest'). It is
preferable to use
latestversion with secret volumes as secret value changes are reflected immediately.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String