Skip to content

Commit af77035

Browse files
authored
control-protocol is still used in Knative 1.10 (knative#5711)
1 parent 7e8a385 commit af77035

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: golang/_redirects

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/client/* go-get=:go-get /golang/client.html 200
1111
/client-pkg/* go-get=:go-get /golang/client-pkg.html 200
1212
/community/* go-get=:go-get /golang/community.html 200
13+
/control-protocol/* go-get=:go-get /golang/control-protocol.html 200
1314
/discovery/* go-get=:go-get /golang/discovery.html 200
1415
/docs/* go-get=:go-get /golang/docs.html 200
1516
/eventing/* go-get=:go-get /golang/eventing.html 200
@@ -46,7 +47,6 @@
4647
/kn-plugin-source-kafka/* go-get=:go-get /golang/kn-plugin-source-kafka.html 200
4748
/kn-plugin-source-kamelet/* go-get=:go-get /golang/kn-plugin-source-kamelet.html 200
4849
/knobots/* go-get=:go-get /golang/knobots.html 200
49-
/kperf/* go-get=:go-get /golang/kperf.html 200
5050
/monitoring/* go-get=:go-get /golang/monitoring.html 200
5151
/net-certmanager/* go-get=:go-get /golang/net-certmanager.html 200
5252
/net-contour/* go-get=:go-get /golang/net-contour.html 200
@@ -65,8 +65,8 @@
6565
/security-guard/* go-get=:go-get /golang/security-guard.html 200
6666
/security-guard/* https://pkg.go.dev/knative.dev/security-guard/:splat
6767
/serving/* go-get=:go-get /golang/serving.html 200
68-
/serving-progressive-rollout/* go-get=1 /golang/serving-progressive-rollout.html 200
6968
/serving/* https://pkg.go.dev/knative.dev/serving/:splat
69+
/serving-progressive-rollout/* go-get=:go-get /golang/serving-progressive-rollout.html 200
7070
/specs/* go-get=:go-get /golang/specs.html 200
7171
/test-infra/* go-get=:go-get /golang/test-infra.html 200
7272
/toolbox/* go-get=:go-get /golang/toolbox.html 200

Diff for: tools/redir-gen/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
var (
2929
knativeOrgs = []string{"knative", "knative-extensions"}
3030
allowedRepoRe = regexp.MustCompile("^[a-z][-a-z0-9]+$")
31-
archivedExceptions = []string{"eventing-contrib"}
31+
archivedExceptions = []string{"eventing-contrib", "control-protocol"}
3232
ignoreRepos = []string{
3333
"actions",
3434
"community",

0 commit comments

Comments
 (0)