Get Cluster Result
data class GetClusterResult(val clusterName: String, val clusterUuid: String, val config: ClusterConfigResponse, val labels: Map<String, String>, val metrics: ClusterMetricsResponse, val project: String, val status: ClusterStatusResponse, val statusHistory: List<ClusterStatusResponse>)
Constructors
Link copied to clipboard
fun GetClusterResult(clusterName: String, clusterUuid: String, config: ClusterConfigResponse, labels: Map<String, String>, metrics: ClusterMetricsResponse, project: String, status: ClusterStatusResponse, statusHistory: List<ClusterStatusResponse>)
Types
Properties
Link copied to clipboard
Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.
Link copied to clipboard
Link copied to clipboard