Metadata-Version: 2.1
Name: kubectl-show
Version: 22.1.0.11
Summary: kubectl python plugin
Home-page: https://github.com/newpi6/kubectl-show.git
Author: harvey
Author-email: harveyzhwei@gmail.com
License: MIT
Project-URL: Document, https://github.com/newpi6/kubectl-show.git
Project-URL: Source Code, https://github.com/newpi6/kubectl-show.git
Project-URL: Issue Tracker, https://github.com/newpi6/kubectl-show/issues
Keywords: kubectl,Kubernetes
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

kubectl python plugin https://github.com/newpi6/kubectl-show.git# kubectl-show

A kubectl Plugin with Python

## Install

> pip install kubectl-show

## Version 22.1.0.8

- 首位为kubernetes版本

## Usage

> kubectl show [command]  [flags]

### flags

- -A all namespace，--ALL
- -r svc,pod,..., --resource 指定资源类型
- -f github|plain..., table format, --fmt 输出格式化

> 参考[tabulate](https://github.com/astanin/python-tabulate)

- -i , table index, --index, 输出增加行号
- -s "xx", --strip, 输出镜像信息时将该字符串替换为空 

