kubernetesk8s.io/kubernetes/contrib/mesos/pkg/hyperkube Index | Files

package hyperkube

import "k8s.io/kubernetes/contrib/mesos/pkg/hyperkube"

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

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

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

Source Files

doc.go hyperkube.go types.go

Version
v1.1.4
Published
Jan 8, 2016
Platform
windows/amd64
Imports
1 packages
Last checked
24 seconds ago

Tools for package owners.