From 2bec96f9725ad758133606beb9162a413f9c46a4 Mon Sep 17 00:00:00 2001 From: Elia El Lazkani Date: Thu, 7 Mar 2019 18:43:13 -0500 Subject: [PATCH] Fixing README --- README.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index b122139..4ec4f4c 100644 --- a/README.rst +++ b/README.rst @@ -7,22 +7,22 @@ Usage ----- :: - $ get-k8s-resources -h - usage: get-k8s-resources.py [-h] [-n NAMESPACE] [-c CONTEXT] -t - {deployments,services,pods,ingresses} - - Returns a json list of kubernetes deployments. - - optional arguments: - -h, --help show this help message and exit - -n NAMESPACE, --namespace NAMESPACE - filter by namespace - -c CONTEXT, --context CONTEXT - context to use - -t {deployments,services,pods,ingresses}, --type {deployments,services,pods,ingresses} - type of kubernetes resource to get - --kubeconfig KUBECONFIG - path to the kubeconfig + $ get-k8s-resources -h + usage: get-k8s-resources.py [-h] [-n NAMESPACE] [-c CONTEXT] -t + {deployments,services,pods,ingresses} + + Returns a json list of kubernetes deployments. + + optional arguments: + -h, --help show this help message and exit + -n NAMESPACE, --namespace NAMESPACE + filter by namespace + -c CONTEXT, --context CONTEXT + context to use + -t {deployments,services,pods,ingresses}, --type {deployments,services,pods,ingresses} + type of kubernetes resource to get + --kubeconfig KUBECONFIG + path to the kubeconfig Requirements