cluster

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2020 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	Name string `json:"name"`
	Uri  string `json:"uri"`
	Urn  string `json:"urn"`
}

type ListClusterResponse

type ListClusterResponse struct {
	Clusters []Cluster `json:"clusters"`
}

type Manager

type Manager interface {
	ListCluster() ([]Cluster, error)
}

func NewManager

func NewManager(client client.FusionComputeClient, siteUri string) Manager

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL