config

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2019 License: Apache-2.0 Imports: 3 Imported by: 6

Documentation

Index

Constants

View Source
const SectionKey = "application"

Variables

This section is empty.

Functions

func SetConfig

func SetConfig(c *Config)

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 GetConfig

func GetConfig() *Config

func (Config) GetGrpcHostAddress

func (c Config) GetGrpcHostAddress() string

func (Config) GetHostAddress

func (c Config) GetHostAddress() string

func (Config) GetPFlagSet

func (Config) GetPFlagSet(prefix string) *pflag.FlagSet

GetPFlagSet will return strongly types pflags for all fields in Config and its nested types. The format of the flags is json-name.json-sub-name... etc.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL