ParamRef class

ParamRef references a parameter resource.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the resource being referenced.
final
namespace String?
Namespace of the referenced resource. Should be empty for the cluster-scoped resources.
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 ParamRef instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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