Name | pulumi-rancher2 JSON |
Version |
8.1.5
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing rancher2 resources. |
upload_time | 2025-04-09 03:52:47 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
rancher2
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://github.com/pulumi/pulumi-rancher2/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/rancher2)
[](https://pypi.org/project/pulumi-rancher2)
[](https://badge.fury.io/nu/pulumi.rancher2)
[](https://pkg.go.dev/github.com/pulumi/pulumi-rancher2/sdk/v6/go)
[](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": "[](https://github.com/pulumi/pulumi-rancher2/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/rancher2)\n[](https://pypi.org/project/pulumi-rancher2)\n[](https://badge.fury.io/nu/pulumi.rancher2)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-rancher2/sdk/v6/go)\n[](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"
}