Documentation ¶
Overview ¶
Package cluster is the client.Panorama.GkeCluster namespace.
Normalized object: Entry
Index ¶
- type Entry
- type Panorama
- func (c *Panorama) Delete(group string, e ...interface{}) error
- func (c *Panorama) Edit(group string, e Entry) error
- func (c *Panorama) Get(group, name string) (Entry, error)
- func (c *Panorama) GetAll(group string) ([]Entry, error)
- func (c *Panorama) GetList(group string) ([]string, error)
- func (c *Panorama) Set(group string, e ...Entry) error
- func (c *Panorama) Show(group, name string) (Entry, error)
- func (c *Panorama) ShowAll(group string) ([]Entry, error)
- func (c *Panorama) ShowList(group string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
Entry is a normalized, version independent representation of a GKE cluster.
type Panorama ¶ added in v0.6.0
type Panorama struct {
// contains filtered or unexported fields
}
Panorama is the client.Panorama.GkeCluster namespace.
func PanoramaNamespace ¶ added in v0.6.0
func PanoramaNamespace(client util.XapiClient) *Panorama
PanoramaNamespace returns an initialized namespace.
func (*Panorama) Delete ¶ added in v0.6.0
Delete performs DELETE to remove the specified objects.
Objects can be either a string or an Entry object.
func (*Panorama) Get ¶ added in v0.6.0
Get performs GET to retrieve information for the given object.
func (*Panorama) Show ¶ added in v0.6.0
Show performs SHOW to retrieve information for the given object.
Click to show internal directories.
Click to hide internal directories.