PodSchedulingContextStatus class

PodSchedulingContextStatus describes where resources for the Pod can be allocated.

Constructors

PodSchedulingContextStatus({List<ResourceClaimSchedulingStatus>? resourceClaims})
Default constructor.
const
PodSchedulingContextStatus.fromJson(Map<String, dynamic> json)
Creates a PodSchedulingContextStatus from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceClaims List<ResourceClaimSchedulingStatus>?
ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses "WaitForFirstConsumer" allocation mode.
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 PodSchedulingContextStatus instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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