littlejo / pulumi-cilium

Pulumi provider for Cilium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cilium Resource Provider

The Cilium Resource Provider lets you manage cilium 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 @littlejo/cilium

or yarn:

yarn add @littlejo/cilium

Python

To use from Python, install using pip:

pip install littlejo-cilium

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/littlejo/pulumi-cilium/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package Littlejo.Cilium

Reference

For detailed reference documentation, please visit the Pulumi registry.

About

Pulumi provider for Cilium

License:Apache License 2.0


Languages

Language:Python 60.5%Language:TypeScript 27.1%Language:Go 8.6%Language:Makefile 2.8%Language:Dockerfile 1.0%