Skip to content

Commit

Permalink
Change cluster-local label to networking.knative.dev/visibility (kser…
Browse files Browse the repository at this point in the history
…ve#2518)

Signed-off-by: tenzen-y <[email protected]>

Signed-off-by: tenzen-y <[email protected]>
  • Loading branch information
tenzen-y authored Nov 11, 2022
1 parent 29b7eec commit 1bdc1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ type InferenceServiceProtocol string
const (
KnativeLocalGateway = "knative-serving/knative-local-gateway"
KnativeIngressGateway = "knative-serving/knative-ingress-gateway"
VisibilityLabel = "serving.knative.dev/visibility"
VisibilityLabel = "networking.knative.dev/visibility"
)

var (
Expand Down

0 comments on commit 1bdc1e3

Please sign in to comment.