hyperkube

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2015 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package hyperkube facilitates the combination of multiple kubernetes-mesos components into a single binary form, providing a simple mechanism for intra-component discovery as per the original Kubernetes hyperkube package.

Index

Constants

View Source
const (
	CommandApiserver         = "apiserver"
	CommandControllerManager = "controller-manager"
	CommandExecutor          = "executor"
	CommandMinion            = "minion"
	CommandProxy             = "proxy"
	CommandScheduler         = "scheduler"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// FindServer will find a specific server named name.
	FindServer(name string) bool

	// The executable name, used for help and soft-link invocation
	Name() string

	// Flags returns a flagset for "global" flags.
	Flags() *pflag.FlagSet
}

func Nil

func Nil() Interface

Jump to

Keyboard shortcuts

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