pulumiverse-harbor


Namepulumiverse-harbor JSON
Version 3.10.9 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Harbor resources.
upload_time2024-04-19 13:31:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi harbor category/utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Harbor Resource Provider

The Harbor Resource Provider lets you manage [Harbor](https://goharbor.io) 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`:

```bash
npm install @pulumiverse/harbor
```

or `yarn`:

```bash
yarn add @pulumiverse/harbor
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse-harbor
```

### Go

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

```bash
go get github.com/pulumiverse/pulumi-harbor/sdk/v3
```

### .NET

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

```bash
dotnet add package Pulumiverse.Harbor
```

## Configuration

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

- `harbor:url` - (Required) The url of the harbor.
- `harbor:username` - (Required) The username to be used to access harbor.
- `harbor:password` - (Required) The password to be used to access harbor.
- `harbor:insecure` - (Optional) Choose to ignore certificate errors
- `harbor:apiVersion` - (Optional) Choose which version of the api you would like to use `1` or `2`. Default is `2`.

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/harbor/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumiverse-harbor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi harbor category/utility",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/64/13/650c47e79164b10c888d606936b3510c7c753ca59e95ae49a42516f2a293/pulumiverse_harbor-3.10.9.tar.gz",
    "platform": null,
    "description": "# Harbor Resource Provider\n\nThe Harbor Resource Provider lets you manage [Harbor](https://goharbor.io) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/harbor\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/harbor\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse-harbor\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumiverse/pulumi-harbor/sdk/v3\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Harbor\n```\n\n## Configuration\n\nThe following configuration points are available for the `harbor` provider:\n\n- `harbor:url` - (Required) The url of the harbor.\n- `harbor:username` - (Required) The username to be used to access harbor.\n- `harbor:password` - (Required) The password to be used to access harbor.\n- `harbor:insecure` - (Optional) Choose to ignore certificate errors\n- `harbor:apiVersion` - (Optional) Choose which version of the api you would like to use `1` or `2`. Default is `2`.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/harbor/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Harbor resources.",
    "version": "3.10.9",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/pulumiverse/pulumi-harbor"
    },
    "split_keywords": [
        "pulumi",
        "harbor",
        "category/utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6413650c47e79164b10c888d606936b3510c7c753ca59e95ae49a42516f2a293",
                "md5": "8de77e888c4ccda0b823e034d19731cb",
                "sha256": "4d4a0c18d2bb6f5135b47a945e292c6117c2c8f28a2da9fbfc077631396509b2"
            },
            "downloads": -1,
            "filename": "pulumiverse_harbor-3.10.9.tar.gz",
            "has_sig": false,
            "md5_digest": "8de77e888c4ccda0b823e034d19731cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 38858,
            "upload_time": "2024-04-19T13:31:31",
            "upload_time_iso_8601": "2024-04-19T13:31:31.005110Z",
            "url": "https://files.pythonhosted.org/packages/64/13/650c47e79164b10c888d606936b3510c7c753ca59e95ae49a42516f2a293/pulumiverse_harbor-3.10.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 13:31:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumiverse",
    "github_project": "pulumi-harbor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumiverse-harbor"
}
        
Elapsed time: 0.25189s