Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConsulEndpointMetadataMatchTrue = "1" ConsulEndpointMetadataMatchFalse = "0" // We use these prefixes to avoid shadowing in case a data center name is the same as a tag name ConsulTagKeyPrefix = "tag_" ConsulDataCenterKeyPrefix = "dc_" )
View Source
const ( GlooGatewayEnableK8sGwControllerEnv = "GG_EXPERIMENTAL_K8S_GW_CONTROLLER" // GlooGatewayDeployerImage is an experimental API that allows users to inject the image // that the deployer should provision. The value should be in the form: // [image_repository:image_tag] --> quay.io/solo-io/gloo-envoy-wrapper:1.17.0-beta1 // This API is intended to be short-lived, as the long-term vision is to support a CR to define // configuration for our deployer GlooGatewayDeployerImage = "GG_EXPERIMENTAL_DEPLOYER_IMAGE" )
View Source
const AllowEmpty = "allow_empty"
AllowEmpty is a reusable term to avoid setting defaults. This should be used where gloo decides to set common sense defaults but needs a way to specify a empty set.
View Source
const (
SoloGeneratedClusterPrefix = "solo_io_generated_" // this is used to identify clusters that are generated by gloo
)
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.