SecretReference class

SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace.

Constructors

SecretReference({String? name, String? namespace})
Default constructor.
const
SecretReference.fromJson(Map<String, dynamic> json)
Creates a SecretReference from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
name is unique within a namespace to reference a secret resource.
final
namespace String?
namespace defines the space within which the secret name must be unique.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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