Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWorkload ¶
GetClusterNodes makes a POST request to fetch nodes for a given cluster
Types ¶
type Cluster ¶
type Cluster struct {
ID string `json:"ID"`
OrgID string `json:"OrgID"`
Name string `json:"Name"`
Status string `json:"Status"`
Metadata interface{} `json:"Metadata"`
}
Cluster represents a cluster in the response
func ListClusters ¶
ListClusters makes a GET request to fetch all clusters
type Node ¶
type Node struct {
ID string `json:"ID"`
ClusterID string `json:"ClusterID"`
Name string `json:"Name"`
Status string `json:"Status"`
ComputeType string `json:"ComputeType"`
InstanceType string `json:"InstanceType"`
Region string `json:"Region"`
}
Node represents a node in the cluster response
func GetClusterNodes ¶
GetClusterNodes makes a POST request to fetch nodes for a given cluster
Click to show internal directories.
Click to hide internal directories.