cdk8s-plus-23


Namecdk8s-plus-23 JSON
Version 2.4.18 PyPI version JSON
download
home_pagehttps://github.com/cdk8s-team/cdk8s-plus.git
Summarycdk8s+ is a software development framework that provides high level abstractions for authoring Kubernetes applications. cdk8s-plus-23 synthesizes Kubernetes manifests for Kubernetes 1.23.0
upload_time2023-02-11 02:35:05
maintainer
docs_urlNone
authorAmazon Web Services
requires_python~=3.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cdk8s+ (cdk8s-plus)

### High level constructs for Kubernetes

![Stability:Stable](https://img.shields.io/badge/stability-stable-success)
[![cdk8s-plus-23](https://img.shields.io/github/workflow/status/cdk8s-team/cdk8s-plus/release-k8s.23?label=cdk8s-plus-23&logo=GitHub)](https://github.com/cdk8s-team/cdk8s-plus/actions/workflows/release-k8s.23.yml)
[![cdk8s-plus-24](https://img.shields.io/github/workflow/status/cdk8s-team/cdk8s-plus/release-k8s.24?label=cdk8s-plus-24&logo=GitHub)](https://github.com/cdk8s-team/cdk8s-plus/actions/workflows/release-k8s.24.yml)

| k8s version | npm (JS/TS)                                         | PyPI (Python)                                   | Maven (Java)                                                      | Go                                                              |
| ----------- | --------------------------------------------------- | ----------------------------------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------- |
| 1.21.0      | [Link](https://www.npmjs.com/package/cdk8s-plus-21) | [Link](https://pypi.org/project/cdk8s-plus-21/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-21) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.21) |
| 1.22.0      | [Link](https://www.npmjs.com/package/cdk8s-plus-22) | [Link](https://pypi.org/project/cdk8s-plus-22/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-22) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.22) |
| 1.23.0      | [Link](https://www.npmjs.com/package/cdk8s-plus-23) | [Link](https://pypi.org/project/cdk8s-plus-23/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-23) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.23) |

**cdk8s+** is a software development framework that provides high level
abstractions for authoring Kubernetes applications. Built on top of the auto
generated building blocks provided by [cdk8s](../cdk8s), this library includes a
hand crafted *construct* for each native kubernetes object, exposing richer
API's with reduced complexity.

## :books: Documentation

See [cdk8s.io](https://cdk8s.io/docs/latest/plus).

## :raised_hand: Contributing

If you'd like to add a new feature or fix a bug, please visit
[CONTRIBUTING.md](CONTRIBUTING.md)!

## :balance_scale: License

This project is distributed under the [Apache License, Version 2.0](./LICENSE).

This module is part of the [cdk8s project](https://github.com/cdk8s-team).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdk8s-team/cdk8s-plus.git",
    "name": "cdk8s-plus-23",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Amazon Web Services",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/71/41/da5ac430efd46df468fbfed39b65167bc507a19f2093f8c8b30491d8e9da/cdk8s-plus-23-2.4.18.tar.gz",
    "platform": null,
    "description": "# cdk8s+ (cdk8s-plus)\n\n### High level constructs for Kubernetes\n\n![Stability:Stable](https://img.shields.io/badge/stability-stable-success)\n[![cdk8s-plus-23](https://img.shields.io/github/workflow/status/cdk8s-team/cdk8s-plus/release-k8s.23?label=cdk8s-plus-23&logo=GitHub)](https://github.com/cdk8s-team/cdk8s-plus/actions/workflows/release-k8s.23.yml)\n[![cdk8s-plus-24](https://img.shields.io/github/workflow/status/cdk8s-team/cdk8s-plus/release-k8s.24?label=cdk8s-plus-24&logo=GitHub)](https://github.com/cdk8s-team/cdk8s-plus/actions/workflows/release-k8s.24.yml)\n\n| k8s version | npm (JS/TS)                                         | PyPI (Python)                                   | Maven (Java)                                                      | Go                                                              |\n| ----------- | --------------------------------------------------- | ----------------------------------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------- |\n| 1.21.0      | [Link](https://www.npmjs.com/package/cdk8s-plus-21) | [Link](https://pypi.org/project/cdk8s-plus-21/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-21) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.21) |\n| 1.22.0      | [Link](https://www.npmjs.com/package/cdk8s-plus-22) | [Link](https://pypi.org/project/cdk8s-plus-22/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-22) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.22) |\n| 1.23.0      | [Link](https://www.npmjs.com/package/cdk8s-plus-23) | [Link](https://pypi.org/project/cdk8s-plus-23/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-23) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.23) |\n\n**cdk8s+** is a software development framework that provides high level\nabstractions for authoring Kubernetes applications. Built on top of the auto\ngenerated building blocks provided by [cdk8s](../cdk8s), this library includes a\nhand crafted *construct* for each native kubernetes object, exposing richer\nAPI's with reduced complexity.\n\n## :books: Documentation\n\nSee [cdk8s.io](https://cdk8s.io/docs/latest/plus).\n\n## :raised_hand: Contributing\n\nIf you'd like to add a new feature or fix a bug, please visit\n[CONTRIBUTING.md](CONTRIBUTING.md)!\n\n## :balance_scale: License\n\nThis project is distributed under the [Apache License, Version 2.0](./LICENSE).\n\nThis module is part of the [cdk8s project](https://github.com/cdk8s-team).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "cdk8s+ is a software development framework that provides high level abstractions for authoring Kubernetes applications. cdk8s-plus-23 synthesizes Kubernetes manifests for Kubernetes 1.23.0",
    "version": "2.4.18",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f83558238892316f988aa2a2eb9a0c08c55e4fae63310d38aee97eb6c9f2f74",
                "md5": "5095759ba62f6480bcc2836d01e133fa",
                "sha256": "2383ff4601427aab76e4c7882bcac0f26a7300b21160019135528136034d19c6"
            },
            "downloads": -1,
            "filename": "cdk8s_plus_23-2.4.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5095759ba62f6480bcc2836d01e133fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 1815685,
            "upload_time": "2023-02-11T02:35:03",
            "upload_time_iso_8601": "2023-02-11T02:35:03.586594Z",
            "url": "https://files.pythonhosted.org/packages/0f/83/558238892316f988aa2a2eb9a0c08c55e4fae63310d38aee97eb6c9f2f74/cdk8s_plus_23-2.4.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7141da5ac430efd46df468fbfed39b65167bc507a19f2093f8c8b30491d8e9da",
                "md5": "297f3748794b46f0eac72e44358ada1b",
                "sha256": "37b615e7f9546af31bdf1f604ce87c2292b552043d2ea0b42aa4b3faa960d163"
            },
            "downloads": -1,
            "filename": "cdk8s-plus-23-2.4.18.tar.gz",
            "has_sig": false,
            "md5_digest": "297f3748794b46f0eac72e44358ada1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 1813779,
            "upload_time": "2023-02-11T02:35:05",
            "upload_time_iso_8601": "2023-02-11T02:35:05.210331Z",
            "url": "https://files.pythonhosted.org/packages/71/41/da5ac430efd46df468fbfed39b65167bc507a19f2093f8c8b30491d8e9da/cdk8s-plus-23-2.4.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 02:35:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cdk8s-team",
    "github_project": "cdk8s-plus.git",
    "lcname": "cdk8s-plus-23"
}
        
Elapsed time: 0.04084s