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: Allow serving CRs and CRDs and other improvements #125

Merged
merged 7 commits into from
Oct 12, 2023

Commits on Oct 12, 2023

  1. fix: Allow serving CRs and CRDs and other improvements

    * Use `unstructured` objects whenever possible especially when concrete types are unknown
    * Add middleware to dump requests and responses
    * Add getVersion API to allow running `kubectl cluster-info`. Some tools like `k9s` use this to get server info
    * Always allow selfsubjectaccessreviews to authorize all requests. `k9s` for example needs this
    * For all listing API calls, respond with empty lists not 404s
    * Better handling of Table responses by respecting groups Accept header value
    banjoh committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    804f5c8 View commit details
    Browse the repository at this point in the history
  2. Add missed files

    banjoh committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    38a3f0b View commit details
    Browse the repository at this point in the history
  3. Fix linter errors

    banjoh committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    60e3103 View commit details
    Browse the repository at this point in the history
  4. Fix another linting warning

    banjoh committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    41631eb View commit details
    Browse the repository at this point in the history
  5. Changes as per PR comments

    banjoh committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d44fa34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83f14fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c5a773 View commit details
    Browse the repository at this point in the history