Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerConfig ¶
type ServerConfig struct { PublicHostname string PublicIP *net.IP PublicPort int ListenAddr net.IP ListenPort int ClusterIPRange net.IPNet ServiceIPRange net.IPNet DataDir string LeaderElect bool UseTokenCA bool NodeCert string NodeKey string ClientToken string NodeToken string KubeConfig string Handler http.Handler Authenticator authenticator.Request // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.