ResourceClassParametersReference class

ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.

Constructors

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

Properties

apiGroup String?
APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
final
hashCode int
The hash code for this object.
no setterinherited
kind String
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
final
name String
Name is the name of resource being referenced.
final
namespace String?
Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced 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 ResourceClassParametersReference instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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