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.
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
}