pulumi/pkg/codegen/testing/test/testdata/kubernetes20/nodejs
Thomas Gummerer bbd9fdba40 move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
..
core move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
helm move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
types move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
yaml move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
README.md move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
codegen-manifest.json move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
index.ts move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
package.json move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
provider.ts move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
tsconfig.json move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02:00
utilities.ts move testdata back under codegen (we should find a better solution for this) 2024-04-03 10:56:53 +02: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:

Use the navigation below to see detailed documentation for each of the supported Kubernetes resources.