Minimal tool for retrieving and storing Kubernetes resource YAMLs
Written/tested against Python 3.6.2.
All configuration is expected to be found in the config.yaml
file.
Key | Type | Description |
---|---|---|
api_resource_map | Hash | resource-type :client-api-version key:value pairs |
base_path | String | Path where exported YAML files should be stored |
blacklist | List | Nested list of hashes, denoting attributes that should not be exported |
kube_config | String | Path to .kube/config file. Defaults to: $HOME/.kube/config |
./hutch.py