PersistentVolumeStatus class
PersistentVolumeStatus is the current status of a persistent volume.
Constructors
- PersistentVolumeStatus({String? message, String? phase, String? reason})
-
Default constructor.
const
-
PersistentVolumeStatus.fromJson(Map<
String, dynamic> json) -
Creates a PersistentVolumeStatus from JSON data.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
message is a human-readable message indicating details about why the volume is in this state.
final
- phase → String?
-
phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase.
final
- reason → String?
-
reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
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 PersistentVolumeStatus instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited