feat: add test and basic docs for catalog cluster locator

Signed-off-by: Jonah Back <jonah@jonahback.com>
This commit is contained in:
Jonah Back
2022-06-20 13:11:36 -07:00
parent 22c1fc0f6d
commit cb86da6467
6 changed files with 84 additions and 13 deletions
@@ -57,12 +57,17 @@ This is an array used to determine where to retrieve cluster configuration from.
Valid cluster locator methods are:
- [`catalog`](#catalog)
- [`config`](#config)
- [`gke`](#gke)
- [custom `KubernetesClustersSupplier`](#custom-kubernetesclusterssupplier)
#### `config`
This cluster locator method will read cluster information from the catalog.
#### `config`
This cluster locator method will read cluster information from your app-config
(see below).