Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateInstance(instanceName string) error // DeleteInstance bar DeleteInstance(instanceName string) error // GetInstanceStatus baz GetInstanceStatus(instanceName string) (string, error) }
Client is the interface used for Compute management
type External ¶
type External struct{}
External holds GCP management
func NewExternal ¶
func NewExternal() *External
NewExternal returns a new client for Compute management
func (*External) CreateInstance ¶
CreateInstance create instance
func (*External) DeleteInstance ¶
DeleteInstance delete instance
Click to show internal directories.
Click to hide internal directories.