cloud

package
v0.0.0-...-1bd2c38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cloud

type Cloud interface {
	CreateLoadBalancer(cfg *Config) error
	RemoveLoadBalancer(cfg *Config, force bool) error
}

Cloud interface

func New

func New(projectID string, network string, region string) (Cloud, error)

New cloud interface

type Config

type Config struct {
	Name      string
	Tags      []string
	Labels    []string
	Region    string
	ProjectID string
	Network   string
	Ports     []string
	Port      string
	Address   string
	Zones     []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL