@huaxkxy/pulumi-harvester
v0.1.2
Published
A Pulumi package for creating and managing harvester cloud resources.
Readme
Harvester Resource Provider
The Harvester Resource Provider for Pulumi lets you manage Harvester resources in your cloud programs. To use this package, please install the Pulumi CLI first.
Installing
Resources plugin are available as tarballs in the release page, please install first according to the operating system platform.
This package is available in many languages in the standard packaging formats.
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @huaxkxy/harvesteror yarn:
yarn add @huaxkxy/harvesterPython
To use from Python, install using pip:
pip install pulumi_harvesterGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/huaxk/pulumi-harvester/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.HarvesterConfiguration
The following configuration points are available:
harvester:kubeconfig(Optional) - harvester kubeconfig. Defaults to the environment variableHARVESTER_KUBECONFIG.
