Skip to content

Commit

Permalink
refactor kube plugin's Action system
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jaypipes committed Jan 15, 2024
1 parent 03ea631 commit 7b994a0
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 391 deletions.
Loading

0 comments on commit 7b994a0

Please sign in to comment.