autoscaling

package
v0.3.0-alpha Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	Name() string
	SetTargetNodeCount(nodeSelector map[string]string, numNodes int, strategy string) (bool, error)
}

Engine specifies the functions that an Engine must implement

type RegistryInterface

type RegistryInterface interface {
	Get(name string) (Engine, error)
	Delete(name string)
	Put(name string, engine Engine)
}

RegistryInterface is an interface to an Engine registry. See function comments for implementation limitations.

func Registry

func Registry() RegistryInterface

Registry provides an interface to the single Engine registry.

Directories

Path Synopsis
engines
aws

Jump to

Keyboard shortcuts

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