From cecf0ca7300961b7a1bfba9d7f1c152a8a7db258 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Mon, 6 Mar 2017 22:34:12 -0800 Subject: [PATCH] adding note --- staging/src/k8s.io/client-go/examples/in-cluster/main.go | 1 + staging/src/k8s.io/client-go/examples/out-of-cluster/main.go | 1 + .../src/k8s.io/client-go/examples/third-party-resources/main.go | 1 + 3 files changed, 3 insertions(+) diff --git a/staging/src/k8s.io/client-go/examples/in-cluster/main.go b/staging/src/k8s.io/client-go/examples/in-cluster/main.go index b6ffc34fa63..b94ff440a87 100644 --- a/staging/src/k8s.io/client-go/examples/in-cluster/main.go +++ b/staging/src/k8s.io/client-go/examples/in-cluster/main.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +// Note: the example only works with the code within the same release/branch. package main import ( diff --git a/staging/src/k8s.io/client-go/examples/out-of-cluster/main.go b/staging/src/k8s.io/client-go/examples/out-of-cluster/main.go index 33bb6a5e1cd..07d0d2855c4 100644 --- a/staging/src/k8s.io/client-go/examples/out-of-cluster/main.go +++ b/staging/src/k8s.io/client-go/examples/out-of-cluster/main.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +// Note: the example only works with the code within the same release/branch. package main import ( diff --git a/staging/src/k8s.io/client-go/examples/third-party-resources/main.go b/staging/src/k8s.io/client-go/examples/third-party-resources/main.go index 0cd9c8f1955..f7bbb270fa4 100644 --- a/staging/src/k8s.io/client-go/examples/third-party-resources/main.go +++ b/staging/src/k8s.io/client-go/examples/third-party-resources/main.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +// Note: the example only works with the code within the same release/branch. package main import (