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

Add Whitelist #30

Merged
merged 17 commits into from
Jan 24, 2018
Merged

Add Whitelist #30

merged 17 commits into from
Jan 24, 2018

Conversation

Aergonus
Copy link
Collaborator

@Aergonus Aergonus commented Jan 3, 2018

Builds upon #29 for #5

Verified by testing whitelist and blacklist capabilities. Does not provide opt-in capabilities. Blacklist overrides whitelist (err on side of caution to keep ya'll safe)

Converted some logs to their appropriate type (i.e. error to info or vice versa)
Reworked schedule print
Standardized glog levels `grep -r V\([0-9]\) *`
L0: None
L1: Highest Level current status info and Errors with Terminations
L2: Successful terminations
L3: More detailed schedule status info
L4: Debugging verbose schedule and config info
L5: Auto-resolved inconsequential issues
Allows for fmt.Println(schedule)
Since we should glog the single line info
and make the table version isolated and readable
Had to run `glide cache-clear` and then `glide update --strip-vendor`
CreateClient involves creating a clientset that accesses the k8 api
It does not belong in chaos but rather kubernetes
New sublocation for all kinds
run with make gofmt
standardized variables to loc
added timezone for debugging printing
specified format printout for schedule
addresses asobti#21 and asobti#23
Allow victims to do the heavylifting for common methods
Whitelists and Blacklists both operate.
Blacklist overrides a whitelist.
This was referenced Jan 3, 2018
@asobti asobti merged commit a112f81 into asobti:master Jan 24, 2018
@Aergonus Aergonus deleted the whitelist branch January 24, 2018 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants