mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 14:49:06 +00:00
- Add retrieveValidatedConfigInfo to be able to better unit test the function. - Break some of the logic in RetrieveValidatedConfigInfo into helper functions. - Pass JoinConfiguration.Discovery to RetrieveValidatedConfigInfo instead of JoinConfiguration. - Use the discovery timeout per API call to fetch cluster-info (optionally the user value can be slit in 2). - Add detailed unit tests for retrieveValidatedConfigInfo.