From c96ca2f9fe38070cfe3195a1f4c9d6a497a0ee6d Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Thu, 21 May 2020 14:43:43 -0400 Subject: [PATCH] squash: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eeee3d3..ea71136 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ By default, the openshift-rest-client, will load a swagger spec file that is inc 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` +If the remote spec cannot be loaded, a warning will be output to the console and the default spec will be loaded. + In a future version of this client, this might become the default.