hosts

package
v0.0.0-...-66fd6c4 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DockerAPIVersion = "1.24"
)

Variables

This section is empty.

Functions

func ReconcileWorkers

func ReconcileWorkers(currentWorkers []Host, newWorkers []Host, kClient *kubernetes.Clientset) error

Types

type Host

type Host struct {
	IP               string   `yaml:"ip"`
	AdvertiseAddress string   `yaml:"advertise_address"`
	Role             []string `yaml:"role"`
	Hostname         string   `yaml:"hostname"`
	User             string   `yaml:"user"`
	DockerSocket     string   `yaml:"docker_socket"`
	DClient          *client.Client
}

func (*Host) TunnelUp

func (h *Host) TunnelUp() error

Jump to

Keyboard shortcuts

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