Skip to content
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

implement Kubeconfig::from_yaml #719

Merged
merged 6 commits into from
Nov 20, 2021
Merged

Commits on Nov 20, 2021

  1. Conditionally derive PartialEq for Kubeconfig and children

    Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
    imp committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    9161801 View commit details
    Browse the repository at this point in the history
  2. Add helper for parsing kubeconfig YAML text

    Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
    imp committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    54a328b View commit details
    Browse the repository at this point in the history
  3. Add Kubeconfig::from_yaml

    Fixes kube-rs#718
    
    Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
    imp committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    4a7303b View commit details
    Browse the repository at this point in the history
  4. Update Kubeconfig::read_from to use YAML helper

    Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
    imp committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    841655c View commit details
    Browse the repository at this point in the history
  5. Update unit tests

    Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
    imp committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    4a34d2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39f5790 View commit details
    Browse the repository at this point in the history