-
Notifications
You must be signed in to change notification settings - Fork 487
Closed
kubeflow/website
#3665Description
/kind feature
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Because we improve the KatibConfig In #2176, we need to update the docs about katib-config.
https://www.kubeflow.org/docs/components/katib/katib-config/
Also, updating the Debveloper Guide because we introduced Golang better way to the Katib since #2176.
- Using
go-cmp
instead ofreflect
would be more useful in the test since avoiding eyeball grep 👀 - Defining test cases as maps instead of slices would be more reasonable since we can avoid depending on the running order.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Love this feature? Give it a 👍 We prioritize the features with the most 👍
andreyvelich