Documentation ¶
Index ¶
- Constants
- Variables
- func RootCmd(opts *options.Options, optionsFunc ...cliutils.OptionsFunc) *cobra.Command
- func Upstream(opts *options.Options, optionsFunc ...cliutils.OptionsFunc) *cobra.Command
- func UpstreamGroup(opts *options.Options, optionsFunc ...cliutils.OptionsFunc) *cobra.Command
- func VSCreate(opts *options.Options, optionsFunc ...cliutils.OptionsFunc) *cobra.Command
Constants ¶
View Source
const EmptyCreateError = "please provide a file flag or subcommand"
View Source
const EmptyUpstreamCreateError = "please provide a type of upstream, or use -i to create the upstream interactively"
View Source
const EmptyUpstreamGroupCreateError = "please provide weighted destinations for your upstream group, or use -i to create the upstream group interactively"
Variables ¶
View Source
var ( ProvideNamespaceAndNameError = func(namespace, secretName string) error { return errors.Errorf("provide both a secret namespace [%v] and secret name [%v]", namespace, secretName) } UnableToMarshalApiKeyConfig = func(err error) error { return errors.Wrapf(err, "Error marshalling apikey config") } EmptyQueryError = errors.Errorf("query must not be empty") InvlaidRefFormatError = errors.Errorf("invalid format: provide namespaced names for config maps (namespace.configMapName)") )
Functions ¶
func UpstreamGroup ¶ added in v0.18.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.