kubernetesk8s.io/kubernetes/pkg/proxy/server Index | Files

package server

import "k8s.io/kubernetes/pkg/proxy/server"

Package server does all of the work necessary to configure and run a Kubernetes proxy process.

Index

Functions

func NewHyperkubeServer

func NewHyperkubeServer() *hyperkube.Server

NewHyperkubeServer creates a new hyperkube Server object that includes the description and flags.

Types

type ProxyServer

type ProxyServer struct {
	EtcdServerList util.StringList
	EtcdConfigFile string
	BindAddress    util.IP
	ClientConfig   client.Config
	HealthzPort    int
	OOMScoreAdj    int
}

ProxyServer contains configures and runs a Kubernetes proxy server

func NewProxyServer

func NewProxyServer() *ProxyServer

NewProxyServer creates a new ProxyServer object with default parameters

func (*ProxyServer) AddFlags

func (s *ProxyServer) AddFlags(fs *pflag.FlagSet)

AddFlags adds flags for a specific ProxyServer to the specified FlagSet

func (*ProxyServer) Run

func (s *ProxyServer) Run(_ []string) error

Run runs the specified ProxyServer. This should never exit.

Source Files

server.go

Version
v0.10.0
Published
Feb 3, 2015
Platform
js/wasm
Imports
16 packages
Last checked
1 minute ago

Tools for package owners.