Documentation ¶
Index ¶
Constants ¶
View Source
const BackendName = "gce"
Variables ¶
This section is empty.
Functions ¶
func NewBackend ¶
NewBackend constructs an aws Backend
func ParseURLPath ¶
ParseURLPath path can contain variables denoted by curly braces, such as {id}. These variables will be parsed and stored in map.
Example:
pattern = /compute/v1/projects/{projectID}/zones/{zoneID}/instances/{instanceName} url = /compute/v1/projects/bringg-test/zones/us-east1-b/instances/integration-jenkins-slave-xpx5 map = { "instanceName": "integration-jenkins-slave-xpx5", "projectID": "bringg-test", "zoneID": "us-east1-b" }
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func (*Backend) CurrentSize ¶
Click to show internal directories.
Click to hide internal directories.