SkaffoldSupportedCondition class

SkaffoldSupportedCondition contains information about when support for the release's version of Skaffold ends.

Constructors

SkaffoldSupportedCondition({String? maintenanceModeTime, String? skaffoldSupportState, bool? status, String? supportExpirationTime})
SkaffoldSupportedCondition.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
maintenanceModeTime String?
The time at which this release's version of Skaffold will enter maintenance mode.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skaffoldSupportState String?
The Skaffold support state for this release's version of Skaffold. Possible string values are:
getter/setter pair
status bool?
True if the version of Skaffold used by this release is supported.
getter/setter pair
supportExpirationTime String?
The time at which this release's version of Skaffold will no longer be supported.
getter/setter pair

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.
inherited

Operators

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