@starton/pulumi-kind
v0.0.1
Published
A Pulumi package for creating and managing kind cloud resources.
Downloads
19
Readme
Kind Resource Provider
The Kind Resource Provider lets you manage Kind resources.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @starton/pulumi-kindor yarn:
yarn add @starton/pulumi-kindGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/starton-io/pulumi-kind/sdk/go/...