Discover Packages
github.com/flyteorg/flytectl
cmd
config
subcommand
config
package
Version:
v0.3.20
Opens a new window with list of versions in this module.
Published: Nov 10, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Host string `json:"host" pflag:",Endpoint of flyte admin"`
Insecure bool `json:"insecure" pflag:",Enable insecure mode"`
Storage bool `json:"storage" pflag:",Enable storage provider config"`
}
Configs
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.