Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.12 KB

InflightCheck.md

File metadata and controls

19 lines (15 loc) · 1.12 KB

InflightCheck

Representation of check running before the cluster is provisioned.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'InflightCheck' if this is a complete object or 'InflightCheckLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
details object Details regarding the state of the inflight check. [optional]
ended_at datetime The time the check finished running. [optional]
name str The name of the inflight check. [optional]
restarts int The number of times the inflight check restarted. [optional]
started_at datetime The time the check started running. [optional]
state InflightCheckState [optional]

[Back to Model list] [Back to API list] [Back to README]