0.1.2 • Published 2 years ago

@huaxkxy/pulumi-harvester v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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/harvester

or yarn:

yarn add @huaxkxy/harvester

Python

To use from Python, install using pip:

pip install pulumi_harvester

Go

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

Configuration

The following configuration points are available:

  • harvester:kubeconfig (Optional) - harvester kubeconfig. Defaults to the environment variable HARVESTER_KUBECONFIG.