Documentation ¶
Overview ¶
Package group is the client.Panorama.GkeClusterGroup namespace.
Normalized object: Entry
Index ¶
- type Entry
- type Group
- func (c *Group) Delete(e ...interface{}) error
- func (c *Group) Edit(e Entry) error
- func (c *Group) Get(name string) (Entry, error)
- func (c *Group) GetList() ([]string, error)
- func (c *Group) Initialize(con util.XapiClient)
- func (c *Group) Set(e ...Entry) error
- func (c *Group) Show(name string) (Entry, error)
- func (c *Group) ShowList() ([]string, error)
- func (c *Group) ShowPortMapping(group interface{}) ([]map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Name string Description string GcpProjectCredential string DeviceGroup string TemplateStack string }
Entry is a normalized, version independent representation of a GKE cluster group.
type Group ¶
type Group struct {
// contains filtered or unexported fields
}
Group is the client.Panorama.GkeClusterGroup namespace.
func (*Group) Delete ¶
Delete removes the given objects.
Objects can be a string or an Entry object.
func (*Group) Initialize ¶
func (c *Group) Initialize(con util.XapiClient)
Initialize is invoked by client.Initialize().
Click to show internal directories.
Click to hide internal directories.