kubectlgetall


Namekubectlgetall JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/Boomatang/kubectlgetall
SummaryGet a list of CRs for cluster CRDs in a namespace
upload_time2023-01-13 14:59:27
maintainer
docs_urlNone
authorJim Fitzpatrick
requires_python>=3.9,<4.0
license
keywords openshift kubernetes k8s crd cr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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>"
  --help              Show this message and exit.


```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Boomatang/kubectlgetall",
    "name": "kubectlgetall",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "OpenShift,Kubernetes,k8s,CRD,CR",
    "author": "Jim Fitzpatrick",
    "author_email": "jimfity@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fd/a2/68b1c1789543b52c822b8279ef092b2f3ef1622451316da66fdf098375f1/kubectlgetall-0.1.2.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 results take\n                      longer to show. Unsorted return results faster but can\n                      hit rate limits.\n  -e, --exclude TEXT  Exclude crd types. Multiple can be excluded eg: \"-e <crd\n                      type> -e <other type>\"\n  --help              Show this message and exit.\n\n\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "Get a list of CRs for cluster CRDs in a namespace",
    "version": "0.1.2",
    "split_keywords": [
        "openshift",
        "kubernetes",
        "k8s",
        "crd",
        "cr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77f9553fece43e72814bafcd41a25b1b33ea64af0c7d5b860da0902b0cf57342",
                "md5": "0c5228dd40fec5677aabfa7bb50618c5",
                "sha256": "59cfb3caae584a050128e9c50376ecec55f70869c4d9ac628e2e65b75e3d4d29"
            },
            "downloads": -1,
            "filename": "kubectlgetall-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c5228dd40fec5677aabfa7bb50618c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 2896,
            "upload_time": "2023-01-13T14:59:25",
            "upload_time_iso_8601": "2023-01-13T14:59:25.521629Z",
            "url": "https://files.pythonhosted.org/packages/77/f9/553fece43e72814bafcd41a25b1b33ea64af0c7d5b860da0902b0cf57342/kubectlgetall-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fda268b1c1789543b52c822b8279ef092b2f3ef1622451316da66fdf098375f1",
                "md5": "948bafdf0657622ede04e6ac14fde280",
                "sha256": "6b08aa62326d3a73c18e8a8e7990db94ba9d04882bd6a06db99d7d3b82003db3"
            },
            "downloads": -1,
            "filename": "kubectlgetall-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "948bafdf0657622ede04e6ac14fde280",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 2702,
            "upload_time": "2023-01-13T14:59:27",
            "upload_time_iso_8601": "2023-01-13T14:59:27.091127Z",
            "url": "https://files.pythonhosted.org/packages/fd/a2/68b1c1789543b52c822b8279ef092b2f3ef1622451316da66fdf098375f1/kubectlgetall-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-13 14:59:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Boomatang",
    "github_project": "kubectlgetall",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "kubectlgetall"
}
        
Elapsed time: 0.03632s