resource-dump-all

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

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

Go to latest
Published: Jan 8, 2024 License: MIT Imports: 13 Imported by: 0

README

go-k8s-list-all-object

List kubernetes object in the current context

How to

List all namespaced object in all namespace

go run .

List all namespaced object and include non-namespaced object

go run . -a

List all object in all namespace based on labels

go run . -l "app.kubernetes.io/name=core-api"

List all object in a specific namespace

go run . -n core-api-v2

List all object in a specific namespace based on labels

go run . -n core-api-v2 -l "app.kubernetes.io/name=core-api"

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