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 kube plugin's Action system #6

Merged
merged 1 commit into from
Feb 18, 2024

Commits on Jan 15, 2024

  1. refactor kube plugin's Action system

    Cleans up gdt-kube's execution of kube actions to pull all assertion
    evaluation up to the `Spec.Eval()` method.
    
    Functionally, the only difference this patch introduces is that retries
    are now performed in the `Spec.Eval()` method instead of only in the
    `Spec.doGet/doList()` methods. What this means is that all kube client
    calls, including Create, Delete and Apply, will be retried by default.
    
    Signed-off-by: Jay Pipes <jaypipes@gmail.com>
    jaypipes committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    7b994a0 View commit details
    Browse the repository at this point in the history