# kubectlgetall
List all CR's for all CRD types on a cluster in a given namespace.
**Requires kubectl to be installed.**
## Usage
```shell
kubectlgetall <namespace>
```
There are some flags that can be passed.
```shell
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>"
-o, --output [tty|json|sqlite] Changes the output format of the results
[default: tty]
-d, --database TEXT Path to the sqlite file to save the results.
If the file does not exist it will be
created.
-l, --label TEXT Set the label that will be saved with
entries when using the --database option.
--help Show this message and exit.
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Boomatang/kubectlgetall",
"name": "kubectlgetall",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "OpenShift, Kubernetes, k8s, CRD, CR",
"author": "Jim Fitzpatrick",
"author_email": "jimfity@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/14/b1/4b2ec5ae4ec80e36fe05369bb5d8edfeeaecc03868494b5f9c9544bc9c19/kubectlgetall-0.3.0.tar.gz",
"platform": null,
"description": "# kubectlgetall\n\nList all CR's for all CRD types on a cluster in a given namespace.\n\n**Requires kubectl to be installed.**\n\n## Usage\n\n```shell\nkubectlgetall <namespace>\n```\n\nThere are some flags that can be passed.\n```shell\nkubectlgetall --help\nUsage: kubectlgetall [OPTIONS] NAMESPACE\n\n Returns a list of CR for the different CRDs in a given namespace\n\nOptions:\n --version Show the version and exit.\n -s, --sort Prints the resources in an order. Initial\n results take longer to show. Unsorted return\n results faster but can hit rate limits.\n -e, --exclude TEXT Exclude crd types. Multiple can be excluded\n eg: \"-e <crd type> -e <other type>\"\n -o, --output [tty|json|sqlite] Changes the output format of the results\n [default: tty]\n -d, --database TEXT Path to the sqlite file to save the results.\n If the file does not exist it will be\n created.\n -l, --label TEXT Set the label that will be saved with\n entries when using the --database option.\n --help Show this message and exit.\n\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Get a list of CRs for cluster CRDs in a namespace",
"version": "0.3.0",
"project_urls": {
"Documentation": "https://github.com/Boomatang/kubectlgetall",
"Homepage": "https://github.com/Boomatang/kubectlgetall",
"Repository": "https://github.com/Boomatang/kubectlgetall"
},
"split_keywords": [
"openshift",
" kubernetes",
" k8s",
" crd",
" cr"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fee0da9860bdf5c1f6a3202468439859c53475cb8126fe5fdf00d0840a03c3c6",
"md5": "7b203010fbb29c90d52559b7346ab7d4",
"sha256": "e638e136b94a068d5bfc478051a3e36f6dec19d9bef9dd32145460de1b8b4e94"
},
"downloads": -1,
"filename": "kubectlgetall-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7b203010fbb29c90d52559b7346ab7d4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 3955,
"upload_time": "2024-10-05T13:55:47",
"upload_time_iso_8601": "2024-10-05T13:55:47.292036Z",
"url": "https://files.pythonhosted.org/packages/fe/e0/da9860bdf5c1f6a3202468439859c53475cb8126fe5fdf00d0840a03c3c6/kubectlgetall-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "14b14b2ec5ae4ec80e36fe05369bb5d8edfeeaecc03868494b5f9c9544bc9c19",
"md5": "5f194b5d1ce3e808807913b59d9ec59c",
"sha256": "b7a55294b1d26e8f8db3703fb153e2ac6fb5a5d8c362672ff9f78a3ca8d034fd"
},
"downloads": -1,
"filename": "kubectlgetall-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "5f194b5d1ce3e808807913b59d9ec59c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 3238,
"upload_time": "2024-10-05T13:55:48",
"upload_time_iso_8601": "2024-10-05T13:55:48.869019Z",
"url": "https://files.pythonhosted.org/packages/14/b1/4b2ec5ae4ec80e36fe05369bb5d8edfeeaecc03868494b5f9c9544bc9c19/kubectlgetall-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-05 13:55:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Boomatang",
"github_project": "kubectlgetall",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "kubectlgetall"
}