V1alpha1StorageVersionCondition class

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

Constructors

V1alpha1StorageVersionCondition({DateTime? lastTransitionTime, String? message, int? observedGeneration, required String reason, required String status, required String type})
Returns a new V1alpha1StorageVersionCondition instance.
V1alpha1StorageVersionCondition.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
lastTransitionTime DateTime?
Last time the condition transitioned from one status to another.
final
message String?
A human readable message indicating details about the transition.
final
observedGeneration int?
If set, this represents the .metadata.generation that the condition was set based upon.
final
reason String
The reason for the condition's last transition.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Status of the condition, one of True, False, Unknown.
final
type String
Type of the condition.
final

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