ClaimSource class
ClaimSource describes a reference to a ResourceClaim.
Exactly one of these fields should be set. Consumers of this type must treat an empty object as if it has an unknown value.
Constructors
- ClaimSource({String? resourceClaimName, String? resourceClaimTemplateName})
-
Default constructor.
const
-
ClaimSource.fromJson(Map<
String, dynamic> json) -
Creates a ClaimSource from JSON data.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceClaimName → String?
-
ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
final
- resourceClaimTemplateName → String?
-
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
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 ClaimSource instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited