pulumi-rancher2


Namepulumi-rancher2 JSON
Version 8.1.5 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing rancher2 resources.
upload_time2025-04-09 03:52:47
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/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-rancher2/sdk/v6/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/v5

### .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/bf/6b/3215e5b6d6dcc246acf3b0ae168bc6cac704ca54dc6ac59761a9834d8bda/pulumi_rancher2-8.1.5.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/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-rancher2/sdk/v6/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/v5\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": "8.1.5",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-rancher2"
    },
    "split_keywords": [
        "pulumi",
        " rancher2"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31ebe0771fb744615b6a421512fd64a3d5f609185bda324ffc02b479154cca3e",
                "md5": "cd3f17772eddb49d9457cfeadd5824df",
                "sha256": "e44077843ac602a7d167ddbdeba07fc3dc88f9bdc05c828ee36bd73de967c770"
            },
            "downloads": -1,
            "filename": "pulumi_rancher2-8.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd3f17772eddb49d9457cfeadd5824df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 569069,
            "upload_time": "2025-04-09T03:52:46",
            "upload_time_iso_8601": "2025-04-09T03:52:46.303973Z",
            "url": "https://files.pythonhosted.org/packages/31/eb/e0771fb744615b6a421512fd64a3d5f609185bda324ffc02b479154cca3e/pulumi_rancher2-8.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf6b3215e5b6d6dcc246acf3b0ae168bc6cac704ca54dc6ac59761a9834d8bda",
                "md5": "35438f1001a3d2bf3a7588055fe2a576",
                "sha256": "e6d6df0bf96fdb08ad8fd54700d7bf12e824d146c330dc68b26d20384b7c81f2"
            },
            "downloads": -1,
            "filename": "pulumi_rancher2-8.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "35438f1001a3d2bf3a7588055fe2a576",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 481324,
            "upload_time": "2025-04-09T03:52:47",
            "upload_time_iso_8601": "2025-04-09T03:52:47.959505Z",
            "url": "https://files.pythonhosted.org/packages/bf/6b/3215e5b6d6dcc246acf3b0ae168bc6cac704ca54dc6ac59761a9834d8bda/pulumi_rancher2-8.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-09 03:52:47",
    "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.88364s