Regenerate golang package redirects (#4375)

* Rename net-ingressv2 to net-gateway-api

* Add redirects and config file for net-gateway-api and kn-plugin-operator

* Actually remove net-ingressv2
This commit is contained in:
Evan Anderson 2021-10-21 01:18:13 -07:00 committed by GitHub
parent a21dbd97a6
commit 96372bde21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -41,6 +41,7 @@
/kn-plugin-event/* go-get=1 /golang/kn-plugin-event.html 200 /kn-plugin-event/* go-get=1 /golang/kn-plugin-event.html 200
/kn-plugin-func/* go-get=1 /golang/kn-plugin-func.html 200 /kn-plugin-func/* go-get=1 /golang/kn-plugin-func.html 200
/kn-plugin-migration/* go-get=1 /golang/kn-plugin-migration.html 200 /kn-plugin-migration/* go-get=1 /golang/kn-plugin-migration.html 200
/kn-plugin-operator/* go-get=1 /golang/kn-plugin-operator.html 200
/kn-plugin-quickstart/* go-get=1 /golang/kn-plugin-quickstart.html 200 /kn-plugin-quickstart/* go-get=1 /golang/kn-plugin-quickstart.html 200
/kn-plugin-sample/* go-get=1 /golang/kn-plugin-sample.html 200 /kn-plugin-sample/* go-get=1 /golang/kn-plugin-sample.html 200
/kn-plugin-service-log/* go-get=1 /golang/kn-plugin-service-log.html 200 /kn-plugin-service-log/* go-get=1 /golang/kn-plugin-service-log.html 200

View File

@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/kn-plugin-operator git https://github.com/knative-sandbox/kn-plugin-operator">
<meta name="go-source" content="knative.dev/kn-plugin-operator https://github.com/knative-sandbox/kn-plugin-operator https://github.com/knative-sandbox/kn-plugin-operator/tree/main{/dir} https://github.com/knative-sandbox/kn-plugin-operator/blob/main{/dir}/{file}#L{line}">
</head></html>

View File

@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/net-gateway-api git https://github.com/knative-sandbox/net-gateway-api">
<meta name="go-source" content="knative.dev/net-gateway-api https://github.com/knative-sandbox/net-gateway-api https://github.com/knative-sandbox/net-gateway-api/tree/main{/dir} https://github.com/knative-sandbox/net-gateway-api/blob/main{/dir}/{file}#L{line}">
</head></html>

View File

@ -1,4 +0,0 @@
<html><head>
<meta name="go-import" content="knative.dev/net-ingressv2 git https://github.com/knative-sandbox/net-ingressv2">
<meta name="go-source" content="knative.dev/net-ingressv2 https://github.com/knative-sandbox/net-ingressv2 https://github.com/knative-sandbox/net-ingressv2/tree/main{/dir} https://github.com/knative-sandbox/net-ingressv2/blob/main{/dir}/{file}#L{line}">
</head></html>