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

fix(kubernetes): properly handle diff namespaces #237

Merged
merged 7 commits into from
Mar 17, 2020
Merged

Commits on Mar 10, 2020

  1. feat(kubernetes): client api-resources

    Adds a method to the client to query all known api-resources from the server
    sh0rez committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    040dc4e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    5083fb5 View commit details
    Browse the repository at this point in the history
  2. feat(kubernetes): use separated resources

    Previous commit added support for separating resources in groups. This
    commit uses these new groups to provide a better diff experience.
    
    Especially a soon-created namespace won't cause an error anymore.
    sh0rez committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    cc206ba View commit details
    Browse the repository at this point in the history
  3. refactor: remove old test file

    The tested code is superseded by other tested code, we don't need that
    anymore
    sh0rez committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    575c819 View commit details
    Browse the repository at this point in the history
  4. test(kubernetes): UnmarshalTable

    Adds a unit test to ensure UnmarshalTable behaves properly. Also
    modified the behaviour a bit for correctness.
    sh0rez committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    c4b235b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec58c8c View commit details
    Browse the repository at this point in the history
  6. style: make golint happy

    sh0rez committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    3695387 View commit details
    Browse the repository at this point in the history