Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2b3cd commit 67ae262Copy full SHA for 67ae262
examples/remote_cluster.py
@@ -1,4 +1,4 @@
1
-# Copyright 2016 The Kubernetes Authors.
+# Copyright 2018 The Kubernetes Authors.
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# This example demonstrate communication with a remove Kube cluster from a
+# This example demonstrate communication with a remote Kube cluster from a
16
# server outside of the cluster without kube client installed on it.
17
# The communication is secured with the use of Bearer token.
18
0 commit comments