Skip to content

browser redirects for Go packages k8s.io/api, k8s.io/apimachinery, and k8s.io/client-go return 404s #55628

@jmhodges

Description

@jmhodges

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions