amend changeset to remove api change since CatalogApi was added in master already as a dependency
Signed-off-by: Jonah Back <jonah@jonahback.com>
This commit is contained in:
@@ -3,14 +3,3 @@
|
||||
---
|
||||
|
||||
Add support for Kubernetes clusters in the catalog.
|
||||
|
||||
The KubernetesBuilder.createBuilder method now requires an additional field,
|
||||
discovery. To update your backend, you will want to do something like the following:
|
||||
|
||||
```javascript
|
||||
KubernetesBuilder.createBuilder({
|
||||
config: env.config,
|
||||
logger: env.config,
|
||||
discovery: env.discovery,
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user