pulumi/tests/testdata/codegen/kubernetes20/python/pulumi_kubernetes
Mikhail Shilkov 8cdfd645b3
Convert PEP440 local version to semver prerelease in setup.py (#18289)
PEP440 only allows a small set of prerelease tags, so when converting an
arbitrary prerelease, PypiVersion in `/pkg/codegen/python/utilities.go`
converts it to a "local" version with a `+` sign. This PR does the
reverse conversion and sets the local version as the prerelease tag.

Resolve https://github.com/pulumi/pulumi/issues/18288
2025-01-22 12:50:14 +00:00
..
core Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
helm Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
meta Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
yaml Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
README.md Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
__init__.py Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
_inputs.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
_utilities.py Convert PEP440 local version to semver prerelease in setup.py (#18289) 2025-01-22 12:50:14 +00:00
provider.py Fully generate TypedDict input types by default (#17296) 2024-09-20 17:16:14 +00:00
pulumi-plugin.json Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
py.typed Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00

README.md

The Kubernetes provider package offers support for all Kubernetes resources and their properties. Resources are exposed as types from modules based on Kubernetes API groups such as 'apps', 'core', 'rbac', and 'storage', among many others. Additionally, support for deploying Helm charts ('helm') and YAML files ('yaml') is available in this package. Using this package allows you to programmatically declare instances of any Kubernetes resources and any supported resource version using infrastructure as code, which Pulumi then uses to drive the Kubernetes API.

If this is your first time using this package, these two resources may be helpful: