Documentation
¶
Overview ¶
Package provider is the root command for the provider subcommands
Index ¶
Constants ¶
View Source
const MAX_CALLS = 300
MAX_CALLS is the maximum number of calls to the gRPC server before stopping.
Variables ¶
View Source
var ProviderCmd = &cobra.Command{ Use: "provider", Short: "Manage providers within a minder control plane", Long: `The minder provider commands manage providers within a minder control plane.`, RunE: func(cmd *cobra.Command, args []string) error { return cmd.Usage() }, }
ProviderCmd is the root command for the provider subcommands
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.