ResourceClaimParametersReference class

ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.

Constructors

ResourceClaimParametersReference({String? apiGroup, required String kind, required String name})
Default constructor.
const
ResourceClaimParametersReference.fromJson(Map<String, dynamic> json)
Creates a ResourceClaimParametersReference 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, for example "ConfigMap".
final
name String
Name is the name of resource being referenced.
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 ResourceClaimParametersReference instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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