Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Prototype for Chainable Commands #87

Closed
wants to merge 1 commit into from
Closed

Prototype for Chainable Commands #87

wants to merge 1 commit into from

Conversation

shalier
Copy link
Contributor

@shalier shalier commented Sep 1, 2021

This would allow us to create checks that are dependent on the result of another check
and resolves issue #73

All checks would be added to the DependencyChecks map with a mapped value of false and upon the check passing the mapped value would be set to true

image

The Skip code in pkg/kubernetes/namespace/injected.go is an example to see how to make commands chainable. It will be removed after review.

@shalier shalier force-pushed the chainableOutcome branch 2 times, most recently from e9f5796 to b8dbe86 Compare September 1, 2021 17:22
@shalier shalier marked this pull request as draft September 1, 2021 19:13
@shalier
Copy link
Contributor Author

shalier commented Sep 1, 2021

need to figure out a good way to represent the graph of dependencies

@shalier shalier closed this Sep 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant