Documentation ¶
Index ¶
- Constants
- func GetCluster(project, location, name string) (*apis.Cluster, error)
- func ListClusters(project string) ([]*apis.Cluster, error)
- func PauseCluster(cluster *apis.Cluster, dryRun bool) error
- func RefreshCluster(cluster *apis.Cluster, recreate bool) error
- func UnpauseCluster(cluster *apis.Cluster) error
- type Operation
- type OperationFilter
Constants ¶
View Source
const ( SetNodePoolSize = "SET_NODE_POOL_SIZE" Done = "DONE" Running = "RUNNING" )
Variables ¶
This section is empty.
Functions ¶
func UnpauseCluster ¶
Types ¶
type Operation ¶ added in v0.1.2
type Operation struct { Name string `json:"name,omitempty"` OperationType string `json:"operation_type,omitempty"` StartTime string `json:"start_time,omitempty"` EndTime string `json:"end_time,omitempty"` TargetLink string `json:"target_link,omitempty"` Zone string `json:"zone,omitempty"` Status string `json:"status,omitempty"` }
type OperationFilter ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.