File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
/client/* go-get =:go-get /golang/client.html 200
11
11
/client-pkg/* go-get =:go-get /golang/client-pkg.html 200
12
12
/community/* go-get =:go-get /golang/community.html 200
13
+ /control-protocol/* go-get =:go-get /golang/control-protocol.html 200
13
14
/discovery/* go-get =:go-get /golang/discovery.html 200
14
15
/docs/* go-get =:go-get /golang/docs.html 200
15
16
/eventing/* go-get =:go-get /golang/eventing.html 200
46
47
/kn-plugin-source-kafka/* go-get =:go-get /golang/kn-plugin-source-kafka.html 200
47
48
/kn-plugin-source-kamelet/* go-get =:go-get /golang/kn-plugin-source-kamelet.html 200
48
49
/knobots/* go-get =:go-get /golang/knobots.html 200
49
- /kperf/* go-get =:go-get /golang/kperf.html 200
50
50
/monitoring/* go-get =:go-get /golang/monitoring.html 200
51
51
/net-certmanager/* go-get =:go-get /golang/net-certmanager.html 200
52
52
/net-contour/* go-get =:go-get /golang/net-contour.html 200
65
65
/security-guard/* go-get =:go-get /golang/security-guard.html 200
66
66
/security-guard/* https://pkg.go.dev/knative.dev/security-guard/:splat
67
67
/serving/* go-get =:go-get /golang/serving.html 200
68
- /serving-progressive-rollout/* go-get =1 /golang/serving-progressive-rollout.html 200
69
68
/serving/* https://pkg.go.dev/knative.dev/serving/:splat
69
+ /serving-progressive-rollout/* go-get =:go-get /golang/serving-progressive-rollout.html 200
70
70
/specs/* go-get =:go-get /golang/specs.html 200
71
71
/test-infra/* go-get =:go-get /golang/test-infra.html 200
72
72
/toolbox/* go-get =:go-get /golang/toolbox.html 200
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
var (
29
29
knativeOrgs = []string {"knative" , "knative-extensions" }
30
30
allowedRepoRe = regexp .MustCompile ("^[a-z][-a-z0-9]+$" )
31
- archivedExceptions = []string {"eventing-contrib" }
31
+ archivedExceptions = []string {"eventing-contrib" , "control-protocol" }
32
32
ignoreRepos = []string {
33
33
"actions" ,
34
34
"community" ,
You can’t perform that action at this time.
0 commit comments