From 62ef6697a35183d5df52d3da99a36afd57c175a6 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Wed, 20 May 2020 21:55:25 -0400 Subject: [PATCH] Update README.md Co-authored-by: Lance Ball --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeee3d3..984cb2c 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ To see more examples of how to customize your config, check out the [kubernetes- #### Load API from a Remote Cluster -By default, the openshift-rest-client, will load a swagger spec file that is included with the module. This has all the basic API's that come with Openshift and Kubernetes. If you are using operators to extend your cluster, the openshift-rest-client, by default, won't know about them. +By default, the openshift-rest-client, will load a swagger spec file that is included with the module. This has all the basic APIs that come with OpenShift and Kubernetes. If you are using operators to extend your cluster, the openshift-rest-client, by default, won't know about them. To fix this, you can tell the openshift-rest-client to load the spec file from your remote cluster using the `loadSpecFromCluster` option. Setting this to true, will try to load the spec file from your clusters `/openapi/v2` endpoint. If that doesn't exist, it will also try, `/swagger.json`