Documentation
¶
Overview ¶
Package constants provides tanzu cli constants.
Index ¶
Constants ¶
View Source
const ( TKGProxyCACert = "TKG_PROXY_CA_CERT" ConfigVariableCustomImageRepositoryCaCertificate = "TKG_CUSTOM_IMAGE_REPOSITORY_CA_CERTIFICATE" ConfigVariableCustomImageRepositorySkipTLSVerify = "TKG_CUSTOM_IMAGE_REPOSITORY_SKIP_TLS_VERIFY" )
Configuration variable name constants
View Source
const ( // TanzuCLISystemNamespace is the namespace for tanzu cli resources TanzuCLISystemNamespace = "tanzu-cli-system" // CLIPluginImageRepositoryOverrideLabel is the label on the configmap which specifies CLIPlugin image repository override CLIPluginImageRepositoryOverrideLabel = "cli.tanzu.vmware.com/cliplugin-image-repository-override" // DefaultQPS is the default maximum query per second for the rest config DefaultQPS = 200 // DefaultBurst is the default maximum burst for throttle for the rest config DefaultBurst = 200 )
View Source
const ( TKGRegistryCertFile = "registry_certs" TKGRegistryTrustedRootCAFileForWindows = ".registry_trusted_root_certs_win" )
File name related constants
View Source
const (
ConfigFilePermissions = 0o600
)
ConfigFilePermissions defines the permissions of the config file
View Source
const (
ProxyCACert = "PROXY_CA_CERT"
)
environment variables for http proxy
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.