service

package
v0.0.0-...-59b0b2f Latest Latest
Warning

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

Go to latest
Published: May 1, 2018 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConcurrentReconcileMachines

func ConcurrentReconcileMachines(cfg *ServiceConfiguration) chan error

func RunService

func RunService(cfg *ServiceConfiguration)

Types

type CloudProvider

type CloudProvider MachineMutation

type MachineMutation

type MachineMutation interface {
	Create(machine *clusterv1.Machine) (string, error)
	Exists(id string) bool
	Destroy(id string) error
	ListIDs(name string) ([]string, error)
}

type ServiceConfiguration

type ServiceConfiguration struct {
	KubeConfigContent string

	CloudProvider CloudProvider
	// contains filtered or unexported fields
}

func (*ServiceConfiguration) GetFilePath

func (s *ServiceConfiguration) GetFilePath() (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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