Skip to content

Boomatang/kubectlgetall

Repository files navigation

kubectlgetall

List all CR's for all CRD types on a cluster in a given namespace.

Requires kubectl to be installed.

Usage

kubectlgetall <namespace>

There are some flags that can be passed.

kubectlgetall --help
Usage: kubectlgetall [OPTIONS] NAMESPACE

  Returns a list of CR for the different CRDs in a given namespace

Options:
  --version           Show the version and exit.
  -s, --sort          Prints the resources in an order. Initial results take
                      longer to show. Unsorted return results faster but can
                      hit rate limits.
  -e, --exclude TEXT  Exclude crd types. Multiple can be excluded eg: "-e <crd
                      type> -e <other type>"
  --help              Show this message and exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages