ClusterRecord interface

Details of cluster record

Properties

displayName

Display name of the cluster

id

Id of the cluster

kind

Type of cluster

metadata

Metadata of the record

spec

Specification of the cluster

status

Specification of the cluster

Property Details

displayName

Display name of the cluster

displayName?: string

Property Value

string

id

Id of the cluster

id?: string

Property Value

string

kind

Type of cluster

kind?: string

Property Value

string

metadata

Metadata of the record

metadata?: MetadataEntity

Property Value

spec

Specification of the cluster

spec?: ClusterSpecEntity

Property Value

status

Specification of the cluster

status?: ClusterStatusEntity

Property Value