Documentation
¶
Overview ¶
Package app does all of the work necessary to configure and run a Kubernetes app process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyServer ¶
type ProxyServer struct {
BindAddress util.IP
HealthzPort int
HealthzBindAddress util.IP
OOMScoreAdj int
ResourceContainer string
Master string
Kubeconfig string
}
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.