Documentation ¶
Index ¶
Constants ¶
View Source
const SectionKey = "application"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { HTTPPort int `json:"httpPort" pflag:",On which http port to serve admin"` GrpcPort int `json:"grpcPort" pflag:",On which grpc port to serve admin"` KubeConfig string `json:"kube-config" pflag:",Path to kubernetes client config file."` Master string `json:"master" pflag:",The address of the Kubernetes API server."` Secure bool `json:"secure" pflag:",Whether to run admin in secure mode or not"` }
func (Config) GetGrpcHostAddress ¶
func (Config) GetHostAddress ¶
Click to show internal directories.
Click to hide internal directories.