-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Documentation/design/installconfig: Drop this file #238
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
Documentation/design/installconfig: Drop this file #238
Conversation
|
nit: As a lot of operator teams will be depending on this struct, we will very often be sharing a link to Otherwise i'm okay with dropping if keeping it in sync is a problem. |
|
I'd rather generate docs from code than try to keep things up-to-date by hand. /approve |
You mean beyond the |
|
5d661f0 to
9ac6e0d
Compare
Done with 5d661f0 -> 9ac6e0d. |
|
/lgtm |
Now that these structures are defined under pkg/type/, dropping this file avoids either the content going stale (if we don't keep it up to date) or tedious updates (if we do keep it up to date). Consumers who want details on the structure can use [1]. [1]: https://godoc.org/github.com/openshift/installer/pkg/types#InstallConfig
9ac6e0d to
d006d8c
Compare
abhinavdahiya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, crawford, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Now that these structures are defined under
pkg/type/, dropping this file avoids either the content going stale (if we don't keep it up to date) or tedious updates (if we do keep it up to date). Consumers who want details on the structure can use the godocs.