V1PersistentVolumeStatus class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

V1PersistentVolumeStatus({String? message, String? phase, String? reason})
Returns a new V1PersistentVolumeStatus instance.
V1PersistentVolumeStatus.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
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, dynamic>
toString() String
A string representation of this object.
override

Operators

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