cmd

package
v0.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CacheDefaultTTL           time.Duration = time.Second * 0
	DescribeTargetHealthTTL   time.Duration = 120 * time.Second
	DescribeInstanceHealthTTL time.Duration = 120 * time.Second
	DescribeTargetGroupsTTL   time.Duration = 300 * time.Second
	DescribeLoadBalancersTTL  time.Duration = 300 * time.Second
	CacheMaxItems             int64         = 5000
	CacheItemsToPrune         uint32        = 500
)

Variables

View Source
var (

	// DefaultRetryer is the default retry configuration for some AWS API calls
	DefaultRetryer = client.DefaultRetryer{
		NumMaxRetries:    250,
		MinThrottleDelay: time.Second * 5,
		MaxThrottleDelay: time.Second * 60,
		MinRetryDelay:    time.Second * 1,
		MaxRetryDelay:    time.Second * 5,
	}
)

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL