ResourceClaimConsumerReference class
ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.
Constructors
- ResourceClaimConsumerReference({String? apiGroup, required String name, required String resource, required String uid})
-
Default constructor.
const
-
ResourceClaimConsumerReference.fromJson(Map<
String, dynamic> json) -
Creates a ResourceClaimConsumerReference 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
- name → String
-
Name is the name of resource being referenced.
final
- resource → String
-
Resource is the type of resource being referenced, for example "pods".
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → String
-
UID identifies exactly one incarnation of the resource.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> - Converts a ResourceClaimConsumerReference instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited