1) create bootstrap validator kubernetes labels
2) Address @yihau 's comments from PR #8 , hardcode scripts into rust so we avoid having to clone this repo in order to run.
3) Add library.rs and validator.rs to simplify the handling of various validators, their types, and their labels.
4) Update to latest version of rustls
5) Add three more spl args I had left out
6) Make secret creation more flexible
Summary of Changes
1) create bootstrap validator kubernetes labels 2) Address @yihau 's comments from PR #8 , hardcode scripts into rust so we avoid having to clone this repo in order to run. 3) Add library.rs and validator.rs to simplify the handling of various validators, their types, and their labels. 4) Update to latest version of
rustls
5) Add three more spl args I had left out 6) Make secret creation more flexible