ClusterStatus

The detailed status of the cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of tuples that provides information about the errors that caused a cluster to terminate. This structure can contain up to 10 different ErrorDetail tuples.

Link copied to clipboard

The current state of the cluster.

Link copied to clipboard

The reason for the cluster status change.

Link copied to clipboard

A timeline that represents the status of a cluster over the lifetime of the cluster.

Functions

Link copied to clipboard
inline fun copy(block: ClusterStatus.Builder.() -> Unit = {}): ClusterStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String