ClusterMetadata

Metadata information about a HyperPod cluster showing information about the cluster level operations, such as creating, updating, and deleting.

Types

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

Properties

Link copied to clipboard

A list of Amazon EKS IAM role ARNs associated with the cluster. This is created by HyperPod on your behalf and only applies for EKS orchestrated clusters.

Link copied to clipboard

An error message describing why the cluster level operation (such as creating, updating, or deleting) failed.

Link copied to clipboard

The Service-Linked Role (SLR) associated with the cluster. This is created by HyperPod on your behalf and only applies for EKS orchestrated clusters.

Functions

Link copied to clipboard
inline fun copy(block: ClusterMetadata.Builder.() -> Unit = {}): ClusterMetadata
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