Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 995 Bytes

ClusterState.md

File metadata and controls

11 lines (6 loc) · 995 Bytes

ClusterState

  • PENDING: Indicates that a cluster is in the process of being created. * RUNNING: Indicates that a cluster has been started and is ready for use. * RESTARTING: Indicates that a cluster is in the process of restarting. * RESIZING: Indicates that a cluster is in the process of adding or removing nodes. * TERMINATING: Indicates that a cluster is in the process of being destroyed. * TERMINATED: Indicates that a cluster has been successfully destroyed. * ERROR: This state is no longer used. It was used to indicate a cluster that failed to be created. TERMINATING and TERMINATED are used instead. * UNKNOWN: Indicates that a cluster is in an unknown state. A cluster should never be in this state.

Properties

Name Type Description Notes

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