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

Refactor havener pkg #626

Merged
merged 6 commits into from
May 15, 2024
Merged

Refactor havener pkg #626

merged 6 commits into from
May 15, 2024

Commits on May 15, 2024

  1. Refactor PurgePod to pointer receiver

    Change `PurgePod` to be pointer receiver of `Hnvr`.
    HeavyWombat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cd2d604 View commit details
    Browse the repository at this point in the history
  2. Use handle context in calls

    Use context stored in main handle in Kubernetes calls.
    HeavyWombat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f1a8253 View commit details
    Browse the repository at this point in the history
  3. Refactor node-exec to use program context

    Switch to context provided by Havener handle.
    
    Remove deprecated function.
    HeavyWombat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ada8fc6 View commit details
    Browse the repository at this point in the history
  4. Include cluster name in verbose output

    Add cluster name to verbose output of Kubernetes configuration.
    HeavyWombat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    46ec4ff View commit details
    Browse the repository at this point in the history
  5. Simplify code by reusing existing list function

    Use existing list functions to get all nodes.
    HeavyWombat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dd4a22c View commit details
    Browse the repository at this point in the history
  6. Tweak node exec setup

    Improve verbose output for command.
    
    Improve `PodSpec` setup.
    HeavyWombat committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2f73350 View commit details
    Browse the repository at this point in the history