Documentation ¶
Index ¶
- type ClusterClient
- func (c *ClusterClient) Get(ctx context.Context, location, name string) (*[]cloud.Cluster, error)
- func (c *ClusterClient) GetNodes(ctx context.Context, location, name string) (*[]cloud.Node, error)
- func (c *ClusterClient) Load(ctx context.Context, location, name string, cloud *cloud.Cluster) (*cloud.Cluster, error)
- func (c *ClusterClient) Unload(ctx context.Context, location, name string) error
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterClient ¶
type ClusterClient struct {
// contains filtered or unexported fields
}
func NewClusterClient ¶
func NewClusterClient(cloudFQDN string, authorizer auth.Authorizer) (*ClusterClient, error)
Click to show internal directories.
Click to hide internal directories.