kube-yaml-print

command module
v0.0.0-...-e7846ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2022 License: MIT Imports: 7 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL