You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
The pkg/kudoctl/util/kudo package provides functions to interface with the v1alpha1 clientset. Most functions wrap function arguments and translate types, but there's also functions to, e.g., install a package. As this can be considered a higher-level wrapping of KUDO API functions, these functions shouldn't live under a util folder. Furthermore, some cleaning up is necessary, some function names can be misleading and some function could be split up into smaller functions.
Why is this needed:
Better separation of concerns, clearer interface to clientset.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
The
pkg/kudoctl/util/kudo
package provides functions to interface with thev1alpha1
clientset. Most functions wrap function arguments and translate types, but there's also functions to, e.g., install a package. As this can be considered a higher-level wrapping of KUDO API functions, these functions shouldn't live under autil
folder. Furthermore, some cleaning up is necessary, some function names can be misleading and some function could be split up into smaller functions.Why is this needed:
Better separation of concerns, clearer interface to clientset.
The text was updated successfully, but these errors were encountered: