Skip to content

Commit

Permalink
Update godoc for AnnotationGatewayKind to list correct allowable values
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and sarahalsmiller committed Jan 16, 2024
1 parent 0648657 commit d19290d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const (

// AnnotationGatewayKind is the key of the annotation that indicates pods
// that represent Consul Connect Gateways. This should be set to a
// value that is either "mesh", "ingress" or "terminating".
// value that is either "mesh-gateway", "ingress-gateway", "terminating-gateway",
// or "api-gateway".
AnnotationGatewayKind = "consul.hashicorp.com/gateway-kind"

// AnnotationGatewayConsulServiceName is the key of the annotation whose value
Expand Down

0 comments on commit d19290d

Please sign in to comment.