pulumi-rancher2


Namepulumi-rancher2 JSON
Version 10.2.1 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing rancher2 resources.
upload_time2025-11-01 03:54:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi rancher2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-rancher2/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-rancher2/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Francher2.svg)](https://www.npmjs.com/package/@pulumi/rancher2)
[![Python version](https://badge.fury.io/py/pulumi-rancher2.svg)](https://pypi.org/project/pulumi-rancher2)
[![NuGet version](https://badge.fury.io/nu/pulumi.rancher2.svg)](https://badge.fury.io/nu/pulumi.rancher2)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-rancher2/sdk/v9/go)](https://pkg.go.dev/github.com/pulumi/pulumi-rancher2/sdk/v9/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-rancher2/blob/master/LICENSE)

# Rancher2 Resource Provider

The Rancher2 resource provider for Pulumi lets you manage Rancher2 resources in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @pulumi/rancher2

or `yarn`:

    $ yarn add @pulumi/rancher2

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_rancher2

### Go

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

    $ go get github.com/pulumi/pulumi-rancher2/sdk/v9

### .NET

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

    $ dotnet add package Pulumi.Rancher2

## Configuration

The following configuration points are available for the `rancher2` provider:

- `rancher2:apiUrl` (Required) - The URL to the rancher API. It must be provided, but it can also be sourced from the
  `RANCHER_URL` environment variable.
- `rancher2:accessKey` (Optional) - API Key used to authenticate with the rancher server. It can also be sourced from the
  `RANCHER_ACCESS_KEY` environment variable.
- `rancher2:secretKey` (Optional) - API secret used to authenticate with the rancher server. It can also be sourced from
  the `RANCHER_SECRET_KEY` environment variable.
- `rancher2:tokenKey` (Optional) - API token used to authenticate with the rancher server. It can also be sourced from
  the `RANCHER_TOKEN_KEY` environment variable.
- `rancher2:caCerts` (Optional) - CA certificates used to sign rancher server tls certificates. Mandatory if self signed
  tls and insecure option false. It can also be sourced from the `RANCHER_CA_CERTS` environment variable.
- `rancher2:bootstrap` (Optional) - Bootstrap rancher server. Default value is `false`. It can also be sourced from the
  `RANCHER_BOOTSTRAP` environment variable.
- `rancher2:insecure` (Optional) - Allow insecure connections to Rancher. Mandatory if self signed tls and no caCerts
  provided. Default value is `false`. It can also be sourced from the `RANCHER_INSECURE` environment variable.


## Reference

For further information, please visit [the Rancher2 provider docs](https://www.pulumi.com/docs/intro/cloud-providers/rancher2) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/rancher2).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-rancher2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, rancher2",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c0/e9/85feac74f83799794a3cae6ebd45c0ccf349681f72d0c0e2002d426017b9/pulumi_rancher2-10.2.1.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-rancher2/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-rancher2/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Francher2.svg)](https://www.npmjs.com/package/@pulumi/rancher2)\n[![Python version](https://badge.fury.io/py/pulumi-rancher2.svg)](https://pypi.org/project/pulumi-rancher2)\n[![NuGet version](https://badge.fury.io/nu/pulumi.rancher2.svg)](https://badge.fury.io/nu/pulumi.rancher2)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-rancher2/sdk/v9/go)](https://pkg.go.dev/github.com/pulumi/pulumi-rancher2/sdk/v9/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-rancher2/blob/master/LICENSE)\n\n# Rancher2 Resource Provider\n\nThe Rancher2 resource provider for Pulumi lets you manage Rancher2 resources in your cloud programs. To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/rancher2\n\nor `yarn`:\n\n    $ yarn add @pulumi/rancher2\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_rancher2\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-rancher2/sdk/v9\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Rancher2\n\n## Configuration\n\nThe following configuration points are available for the `rancher2` provider:\n\n- `rancher2:apiUrl` (Required) - The URL to the rancher API. It must be provided, but it can also be sourced from the\n  `RANCHER_URL` environment variable.\n- `rancher2:accessKey` (Optional) - API Key used to authenticate with the rancher server. It can also be sourced from the\n  `RANCHER_ACCESS_KEY` environment variable.\n- `rancher2:secretKey` (Optional) - API secret used to authenticate with the rancher server. It can also be sourced from\n  the `RANCHER_SECRET_KEY` environment variable.\n- `rancher2:tokenKey` (Optional) - API token used to authenticate with the rancher server. It can also be sourced from\n  the `RANCHER_TOKEN_KEY` environment variable.\n- `rancher2:caCerts` (Optional) - CA certificates used to sign rancher server tls certificates. Mandatory if self signed\n  tls and insecure option false. It can also be sourced from the `RANCHER_CA_CERTS` environment variable.\n- `rancher2:bootstrap` (Optional) - Bootstrap rancher server. Default value is `false`. It can also be sourced from the\n  `RANCHER_BOOTSTRAP` environment variable.\n- `rancher2:insecure` (Optional) - Allow insecure connections to Rancher. Mandatory if self signed tls and no caCerts\n  provided. Default value is `false`. It can also be sourced from the `RANCHER_INSECURE` environment variable.\n\n\n## Reference\n\nFor further information, please visit [the Rancher2 provider docs](https://www.pulumi.com/docs/intro/cloud-providers/rancher2) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/rancher2).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing rancher2 resources.",
    "version": "10.2.1",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-rancher2"
    },
    "split_keywords": [
        "pulumi",
        " rancher2"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b4aba69343be3c6f223144d39f04e999b8ec90fd5b2ec4839d084f24b2291abd",
                "md5": "a8188fbd6bfb6ae4340b929dbd52f0be",
                "sha256": "aba64f3cc4850096aab7ec7d12c2a5d4964f2fba5fb3e9e56e076035823cd1ba"
            },
            "downloads": -1,
            "filename": "pulumi_rancher2-10.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8188fbd6bfb6ae4340b929dbd52f0be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 541394,
            "upload_time": "2025-11-01T03:54:22",
            "upload_time_iso_8601": "2025-11-01T03:54:22.219500Z",
            "url": "https://files.pythonhosted.org/packages/b4/ab/a69343be3c6f223144d39f04e999b8ec90fd5b2ec4839d084f24b2291abd/pulumi_rancher2-10.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0e985feac74f83799794a3cae6ebd45c0ccf349681f72d0c0e2002d426017b9",
                "md5": "4d41fb25a2c30347957cb1d96c50d61d",
                "sha256": "0c6d30e120729682979e6714d91291f076198516e2404584d0abbed7a774a3af"
            },
            "downloads": -1,
            "filename": "pulumi_rancher2-10.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4d41fb25a2c30347957cb1d96c50d61d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 459485,
            "upload_time": "2025-11-01T03:54:24",
            "upload_time_iso_8601": "2025-11-01T03:54:24.108304Z",
            "url": "https://files.pythonhosted.org/packages/c0/e9/85feac74f83799794a3cae6ebd45c0ccf349681f72d0c0e2002d426017b9/pulumi_rancher2-10.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-01 03:54:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-rancher2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-rancher2"
}
        
Elapsed time: 1.97886s