Skip to content

Commit

Permalink
fix: Remove duplicate variable (#13291)
Browse files Browse the repository at this point in the history
A merge issue introduced duplicate variables. This change removes them.

Signed-off-by: Alex Leong <[email protected]>
  • Loading branch information
adleong authored Nov 8, 2024
1 parent 50b6a17 commit f2d77f4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/k8s/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,15 +478,6 @@ const (
// on the remote cluster
RemoteServiceFqName = SvcMirrorPrefix + "/remote-svc-fq-name"

// RemoteDiscoveryAnnotation is like the RemoteDiscoveryLabel but it allows
// a list of remote discovery targets to be specified in the format:
// <svc>@<cluster>,<svc>@<cluster>,...
RemoteDiscoveryAnnotation = MulticlusterPrefix + "/remote-discovery"

// LocalDiscoveryAnnotation is like the RemoteDiscoveryAnnotation but it
// specifies a single service in the local cluster.
LocalDiscoveryAnnotation = MulticlusterPrefix + "/local-discovery"

// RemoteGatewayIdentity follows the same kind of logic as RemoteGatewayNameLabel
RemoteGatewayIdentity = SvcMirrorPrefix + "/remote-gateway-identity"

Expand Down

0 comments on commit f2d77f4

Please sign in to comment.