pulumi-rancher2


Namepulumi-rancher2 JSON
Version 9.2.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing rancher2 resources.
upload_time2025-07-08 04:08:40
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/d3/30/794405971aab370d3c2d09137475e6014eb7c4c9b208b550c5b45afc9ae8/pulumi_rancher2-9.2.0.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": "9.2.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-rancher2"
    },
    "split_keywords": [
        "pulumi",
        " rancher2"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e675664ccc5c6eadf8820c176fcba303a9410e1ca47e105b3c8542bb0973b0cc",
                "md5": "4992846d02417487cbad621eef49033d",
                "sha256": "d67414c0147cad3ade59412ea9d4172934f5f7eb02f51f7c2279891dc2ef3134"
            },
            "downloads": -1,
            "filename": "pulumi_rancher2-9.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4992846d02417487cbad621eef49033d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 558108,
            "upload_time": "2025-07-08T04:08:38",
            "upload_time_iso_8601": "2025-07-08T04:08:38.580433Z",
            "url": "https://files.pythonhosted.org/packages/e6/75/664ccc5c6eadf8820c176fcba303a9410e1ca47e105b3c8542bb0973b0cc/pulumi_rancher2-9.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d330794405971aab370d3c2d09137475e6014eb7c4c9b208b550c5b45afc9ae8",
                "md5": "03d283bcc87124f2ca896ab0ec9ffb81",
                "sha256": "173f0d80e7e633a5e0b9a0ac521d64e838c57ba260fe46a15740a509c36d578b"
            },
            "downloads": -1,
            "filename": "pulumi_rancher2-9.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "03d283bcc87124f2ca896ab0ec9ffb81",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 476145,
            "upload_time": "2025-07-08T04:08:40",
            "upload_time_iso_8601": "2025-07-08T04:08:40.469900Z",
            "url": "https://files.pythonhosted.org/packages/d3/30/794405971aab370d3c2d09137475e6014eb7c4c9b208b550c5b45afc9ae8/pulumi_rancher2-9.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-08 04:08:40",
    "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: 2.48144s