deallocationRequested property

bool? deallocationRequested
final

DeallocationRequested indicates that a ResourceClaim is to be deallocated.

The driver then must deallocate this claim and reset the field together with clearing the Allocation field.

While DeallocationRequested is set, no new consumers may be added to ReservedFor.

Implementation

final bool? deallocationRequested;