Documentation ¶
Index ¶
- Constants
- Variables
- func CheckKubeGatewayResources(ctx context.Context, printer printers.P, opts *options.Options) error
- func CheckMulticlusterResources(ctx context.Context, printer printers.P, opts *options.Options)
- func CheckResources(ctx context.Context, printer printers.P, opts *options.Options) error
- func RateLimitIsConnected(stats string) bool
- func ResourcesSyncedOverXds(stats, deploymentName string) bool
- func RootCmd(opts *options.Options, optionsFunc ...cliutils.OptionsFunc) *cobra.Command
- type CheckFunc
Constants ¶
View Source
const (
GlooeRateLimitConnectedState = "glooe_ratelimit_connected_state"
)
Variables ¶
View Source
var ( CrdNotFoundErr = func(crdName string) error { return eris.Errorf("%s CRD has not been registered", crdName) } )
Functions ¶
func CheckKubeGatewayResources ¶ added in v1.17.0
func CheckMulticlusterResources ¶ added in v1.5.0
func CheckResources ¶ added in v0.19.0
func RateLimitIsConnected ¶ added in v1.3.27
func ResourcesSyncedOverXds ¶ added in v1.3.27
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.