Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
InCluster bool
KubeConfig string
Namespace string
Zone string
Sources []string
Provider string
GoogleProject string
HealthPort string
Once bool
DryRun bool
Debug bool
LogFormat string
Version bool
}
Config is a project-wide configuration
func (*Config) ParseFlags ¶
func (cfg *Config) ParseFlags(args []string) error
ParseFlags adds and parses flags from command line
Click to show internal directories.
Click to hide internal directories.