eventing: Objects don't have a description via `kubectl explain`
Describe the bug
No description when running kubectl explain
$ kubectl explain brokers
KIND: Broker
VERSION: eventing.knative.dev/v1beta1
DESCRIPTION:
<empty>
$ kubectl explain sinkbinding
KIND: SinkBinding
VERSION: sources.knative.dev/v1alpha2
DESCRIPTION:
<empty>
Expected behavior I expected a description like all other k8s objects.
Maybe it comes from the kubectl code and we cannot get explain to work on CRDs.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (15 by maintainers)
with the current PRs in progress I think we should complete this issue? do you know if there are other resources that we should also be fixing similarly as part of this issue @lionelvillard ?