-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Condition type has developer-focused godoc that ends up in CRDs that use the type #169
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The issue was fixed in a different way by kubernetes-sigs/controller-tools#877:
For the Gateway API, kubernetes-sigs/gateway-api#3341 regenerated the CRDs using a new controller-tools release that included kubernetes-sigs/controller-tools#877, which did indeed remove the developer-focused text. |
The
metav1.Condition
type definition has the following godoc:The
Type
field has the following godoc:This information ends up in CRDs that use the
Condition
type. For example, it can be observed in Gateway API's HTTPRoute API, which uses theCondition
type (observe the last part of the output before "FIELDS:"), as well as the output aftertype <string>
; note that I omitted the output for other fields, as denoted by[...]
):Ideally, the godoc should use kubebuilder syntax to omit the developer-focused portions from generated CRDs:
If this suggestion is acceptable, please let me know, and I will submit a PR. If I am reporting the issue in the wrong place, please let me know where the correct place to report the issue and suggest a change would be.
The text was updated successfully, but these errors were encountered: