Cluster
The Cluster object defines metadata and status information of an Imply cluster.
A Cluster
object consists of three properties: ObjectMeta
, ClusterSpec
, and ClusterStatus
.
All other objects are defined within ClusterSpec
or ClusterStatus
.
The following graphic shows a high-level diagram of Cluster
.
Note that primitive types and NameValue
are hidden for clarity.
Properties
metadata
ObjectMeta required
spec
ClusterSpec required
status
ClusterStatus read-only