Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { ID string `gorm:"primarykey"` Name string ContractID string CspID uuid.UUID WorkflowId string Status pb.ClusterStatus StatusDesc string SshKeyName string Region string NumOfAz int32 MachineType string MinSizePerAz int32 MaxSizePerAz int32 Kubeconfig string Creator uuid.UUID Description string UpdatedAt time.Time CreatedAt time.Time }
Cluster represents a kubernetes cluster information.
Click to show internal directories.
Click to hide internal directories.