Metadata-Version: 2.1
Name: cdk8s-plus-17
Version: 1.0.0b30
Summary: High level abstractions on top of cdk8s
Home-page: https://github.com/cdk8s-team/cdk8s-plus-17.git
Author: Amazon Web Services
License: Apache-2.0
Project-URL: Source, https://github.com/cdk8s-team/cdk8s-plus-17.git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: cdk8s (==1.0.0.b24)
Requires-Dist: constructs (<4.0.0,>=3.3.82)
Requires-Dist: jsii (<2.0.0,>=1.30.0)
Requires-Dist: publication (>=0.0.3)

# cdk8s+ (cdk8s-plus)

### High level constructs for Kubernetes

<br>

![Beta](https://img.shields.io/badge/beta-informational.svg?style=for-the-badge)

**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.

## Documentation

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

## License

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

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


