Bug 1770677
| Summary: | description is empty when oc explain dnsrecords --api-version=ingress.operator.openshift.io/v1 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Hongan Li <hongli> |
| Component: | Networking | Assignee: | Dan Mace <dmace> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | low | ||
| Priority: | low | CC: | aos-bugs |
| Version: | 4.3.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-04 11:15:07 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: | |||
This API is internal and so it won't a priority any time soon. For now I'll move it to a future release. verified with 4.4.0-0.nightly-2020-02-19-155241 and issue has been fixed.
$ oc explain dnsrecords --api-version=ingress.operator.openshift.io/v1
KIND: DNSRecord
VERSION: ingress.operator.openshift.io/v1
DESCRIPTION:
DNSRecord is a DNS record managed in the zones defined by
dns.config.openshift.io/cluster .spec.publicZone and .spec.privateZone.
Cluster admin manipulation of this resource is not supported. This resource
is only for internal communication of OpenShift operators.
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:
https://git.k8s.io/community/contributors/devel/sig-architecture/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:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata <Object>
Standard object's metadata. More info:
https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
spec <Object>
spec is the specification of the desired behavior of the dnsecord.
status <Object>
status is the most recently observed status of the dnsRecord.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581 |
Description of problem: The description is empty when oc explain dnsrecords --api-version=ingress.operator.openshift.io/v1 Version-Release number of selected component (if applicable): 4.3.0-0.nightly-2019-11-10-185106 How reproducible: 100% Steps to Reproduce: 1. $ oc explain dnsrecords --api-version=ingress.operator.openshift.io/v1 2. Actual results: KIND: DNSRecord VERSION: ingress.operator.openshift.io/v1 DESCRIPTION: <empty> Expected results: description should not be empty. Additional info: