File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ """
16+ Creates a deployment using AppsV1Api from file nginx-deployment.yaml.
17+ """
18+
1519from os import path
1620
1721import yaml
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # 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.
15+ """
16+ This example demonstrates the communication between a remote cluster and a
17+ server outside the cluster without kube client installed on it.
18+ The communication is secured with the use of Bearer token.
19+ """
1820
1921from kubernetes import client , config
2022
You can’t perform that action at this time.
0 commit comments