Documentation
¶
Overview ¶
Package server does all of the work necessary to configure and run a Kubernetes proxy process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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
Click to show internal directories.
Click to hide internal directories.