Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Api7CloudLuaModuleURL is the environment variable used to specify the API7 Cloud Lua module address. // e.g. https://github.com/api7/cloud-scripts/raw/main/assets/cloud_module_beta.tar.gz. // Note this variable should be deprecated once we can download the module from API7 Cloud. Api7CloudLuaModuleURL = "API7_CLOUD_LUA_MODULE_URL" // Api7CloudProfile is the environment variable used to specify the API7 Cloud profile. Api7CloudProfile = "API7_CLOUD_PROFILE" )
View Source
const ( // DefaultConfigMapName is the default name for the configMap when deploy on kubernetes DefaultConfigMapName = "cloud-module" // DefaultSecretName is the default name for the secret when deploy on kubernetes DefaultSecretName = "cloud-ssl" )
View Source
const ( // DefaultKubectlTimeout is the default timeout for execute kubectl command. DefaultKubectlTimeout = time.Minute // DefaultHelmTimeout is the default timeout for execute helm command. DefaultHelmTimeout = time.Minute * 5 )
View Source
const (
// DefaultDeploymentName is the default name for the cloud-cli deploy operation.
DefaultDeploymentName = "apisix"
)
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.