command
module
Version:
v0.0.0-...-e7846ce
Opens a new window with list of versions in this module.
Published: Jul 28, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
kube-yaml-print
This utility takes in a big paginated set of yaml kubernetes resources and prints the results as a tree.
Example
kustomize build overlays/dev | kube-yaml-print
.
├── v1/Secret
│ └── a-secret
├── cert-manager.io/v1/ClusterIssuer
│ └── letsencrypt
└── [namespace] app
├── v1/Service
│ └── app
├── v1/Namespace
│ └── app
└── apps/v1/Deployment
└── app
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.