1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Merge pull request #17765 from openshift-cherrypick-robot/cherry-pick-17763-to-enterprise-4.3

[enterprise-4.3] Typo
This commit is contained in:
Kevin Lamenzo
2019-10-30 20:47:41 -04:00
committed by GitHub

View File

@@ -1133,7 +1133,7 @@ was added, and now `oc explain` works on the object.
* Previously, the Samples Operator was using a direct {product-title} go client to
make GET calls in order to maintain controller/informer based watches for
secrets, imagestreams, and templates. This resulted in unnecessary API calls
were being made against the {product-title} API server. This fix leverages the
being made against the {product-title} API server. This fix leverages the
informer/listener API and reduces activity against the {product-title} API
server. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1707834[*BZ#1707834*])