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

Create and Duplicate Resource actions #2563

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2024

  1. fix: editor from env vars failed with arguments

    nobbs authored and Alexej Disterhoft committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bb1592a View commit details
    Browse the repository at this point in the history
  2. feat: implement "Create" and "Duplicate" actions

    This commit refactors the code from PR derailed#954 to make it work with current
    master, as well as only enable the "Create" and "Duplicate" actions when
    K9s is not in read-only mode.
    
    Also, both actions will use `kubectl create` instead of `kubectl apply` to
    create the resource, as this will automatically prevent the user from overwriting
    an existing resource by name.
    nobbs authored and Alexej Disterhoft committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1ae6108 View commit details
    Browse the repository at this point in the history
  3. fix: dump tmp file into screen dump dir

    nobbs authored and Alexej Disterhoft committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1d511fd View commit details
    Browse the repository at this point in the history
  4. test: forgot to use fake lookPath in exec_tests

    nobbs authored and Alexej Disterhoft committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b21744e View commit details
    Browse the repository at this point in the history
  5. docs: add create and duplicate actions

    Alexej Disterhoft committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    19d13a3 View commit details
    Browse the repository at this point in the history
  6. chore: update helper messages

    Alexej Disterhoft committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0ba3bd2 View commit details
    Browse the repository at this point in the history