This is a Bug Report
Problem:
Trying to point a browser at to https://k8s.io/api, https://k8s.io/apimachinery, and https://k8s.io/client-go will send you to kubernetes.io/{package} which 404s.
Typically for Go package URLs the redirects sent to browsers will send you to either the package documentation (perhaps on pkg.go.dev) or to the code repo in question.
Proposed Solution:
Redirect those URLS on kubernetes.io/{package} out to pkg.go.dev/k8s.io/{package}.
Page to Update:
https://kubernetes.io/api
https://kubernetes.io/apimachinery
https://kubernetes.io/client-go
This is a Bug Report
Problem:
Trying to point a browser at to https://k8s.io/api, https://k8s.io/apimachinery, and https://k8s.io/client-go will send you to
kubernetes.io/{package}which 404s.Typically for Go package URLs the redirects sent to browsers will send you to either the package documentation (perhaps on pkg.go.dev) or to the code repo in question.
Proposed Solution:
Redirect those URLS on
kubernetes.io/{package}out topkg.go.dev/k8s.io/{package}.Page to Update:
https://kubernetes.io/api
https://kubernetes.io/apimachinery
https://kubernetes.io/client-go