File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ """
16
+ Creates a deployment using AppsV1Api from file nginx-deployment.yaml.
17
+ """
18
+
15
19
from os import path
16
20
17
21
import yaml
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
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
+ """
18
20
19
21
from kubernetes import client , config
20
22
You can’t perform that action at this time.
0 commit comments