-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cluster registration clientconfig (#135)
* use ListClustersPages for better paging expression * changelog * Add option for providing in-memory kubeconfigs. * implement as oneof * add *rest.Config as another option for master kubeconfig * tweaks * rework KubeCfg * fix remote context bug * Merge branch 'master' into cluster-registration-clientconfig * changelog * Use clientcmd.ClientConfig for everything * Restore RemoteCtx because of open issue. * gen code * restore remote kube context in tests * update changelog
- Loading branch information
Showing
4 changed files
with
20 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changelog: | ||
- type: BREAKING_CHANGE | ||
description: For cluster registration, represent all kubeconfigs as clientcmd.ClientConfig to allow passing in memory kubeconfigs. | ||
issueLink: https://github.com/solo-io/skv2/issues/134 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters