From 3ade05f4a4caa4fcdf36d4d1157bcc7ec0c48bdc Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 17:20:19 +0000 Subject: [PATCH] fix: clarify the gax-nodejs usage in README (#1352) (#528) Co-authored-by: Benjamin E. Coe Co-authored-by: Jeffrey Rennie Source-Link: https://github.com/googleapis/synthtool/commit/e1557e468fd986c952ba718d9ff90e1d87390209 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:c2641f0628c1077d504eca6b065517b0cc54336f09a9a38e3614c4b412dd9d37 --- packages/google-container/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/google-container/README.md b/packages/google-container/README.md index d452abe9fad..c1e1e8adcc6 100644 --- a/packages/google-container/README.md +++ b/packages/google-container/README.md @@ -94,6 +94,9 @@ To run commands against the clusters created, you will need to use the (and the associated kubectl command-line interface). + +This library is built on top of google-gax as its transport layer. To customize the common behavior of this client library (timeout, retry, etc), see [Client Library Howto](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md). + ## Samples Samples are in the [`samples/`](https://github.com/googleapis/nodejs-cloud-container/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.