Bug 1477957
| Summary: | all links got 404 in "oc explain pods" and other resource types | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> | |
| Component: | oc | Assignee: | Fabiano Franz <ffranz> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Weihua Meng <wmeng> | |
| Severity: | low | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 3.6.0 | CC: | aos-bugs, jokerman, lxia, mmccomas, xxia | |
| Target Milestone: | --- | |||
| Target Release: | 3.7.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1727781 (view as bug list) | Environment: | ||
| Last Closed: | 2019-11-21 17:35:06 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1727781 | |||
|
Description
Weihua Meng
2017-08-03 10:13:35 UTC
http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status # oc explain pods DESCRIPTION: Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts. FIELDS: apiVersion <string> APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources kind <string> Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds metadata <Object> Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata spec <Object> Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status status <Object> Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status Checked in both v3.7.26 and v3.9.0-0.24.0 env, now `oc explain` gets such links $ oc explain pods
DESCRIPTION:
Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
FIELDS:
kind <string>
Kind is a string value representing the REST resource this object
represents. Servers may infer this from the endpoint the client submits
requests to. Cannot be updated. In CamelCase. More info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
metadata <Object>
Standard object's metadata. More info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
spec <Object>
Specification of the desired behavior of the pod. More info: https://
git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status/
status <Object>
Most recently observed status of the pod. This data may not be up to date.
Populated by the system. Read-only. More info: https://git.k8s.io/community/
contributors/devel/api-conventions.md#spec-and-status/
apiVersion <string>
APIVersion defines the versioned schema of this representation of an
object. Servers should convert recognized schemas to the latest internal
value, and may reject unrecognized values. More info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
Now, all links can be accessed. One minor nit is, some links are broken into 2 lines, not easy to copy and access like comment 1 all starting in new line after ‘More info:’. It is better to fix this
Hmm, doing some comparison, found only v3.7.26 server can return broken-line link and v3.9.0-0.24.0 server can always return one-line link. And pasting broken-line link in browser address bar, the bar makes it always one-line. From this perspective, it is not big problem. Bug could move to ON_QA if no other concern. Fixed. openshift v3.9.24 openshift v3.10.0-0.28.0 |