Documentation ¶
Index ¶
- func Call(region, secretID, accessKey string) error
- func IsNotFound(err error) bool
- type Action
- type Caller
- func (c *Caller) GetResource(id string, fields string, getCalls []interface{}) (interface{}, error)
- func (c *Caller) GetResourceSelfLink(id string, getCalls []interface{}) (*string, error)
- func (c *Caller) ListResources(resourceService core.ResourceService, listCalls []interface{}) ([]string, error)
- func (c *Caller) RunFirstSuccessful(monitor mntr.Monitor, action Action, gceCall ...GceCall) (compOp *machine.Operation, err error)
- type GceCall
- type Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFound ¶
Types ¶
type Caller ¶
func (*Caller) GetResource ¶
func (*Caller) GetResourceSelfLink ¶
func (*Caller) ListResources ¶
func (c *Caller) ListResources(resourceService core.ResourceService, listCalls []interface{}) ([]string, error)
type GceCall ¶
type GceCall interface {
Do(opts ...googleapi.CallOption) (*machine.Operation, error)
}
Click to show internal directories.
Click to hide internal directories.