aws-cdk.lambda-layer-kubectl-v28


Nameaws-cdk.lambda-layer-kubectl-v28 JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/cdklabs/awscdk-asset-kubectl#readme
SummaryA Lambda Layer that contains kubectl v1.28
upload_time2024-01-19 17:27:36
maintainer
docs_urlNone
authorAmazon Web Services<aws-cdk-dev@amazon.com>
requires_python~=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lambda Layer with KubeCtl v1.28

<!--BEGIN STABILITY BANNER-->---


![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)

---
<!--END STABILITY BANNER-->

This module exports a single class called `KubectlV28Layer` which is a `lambda.LayerVersion` that
bundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the
[`helm`](https://helm.sh/) command line.

> * Helm Version: 3.14.0
> * Kubectl Version: 1.28.3

Usage:

```python
// KubectlLayer bundles the 'kubectl' and 'helm' command lines
import { KubectlV28Layer } from '@aws-cdk/lambda-layer-kubectl-v28';
import * as lambda from 'aws-cdk-lib/aws-lambda';

declare const fn: lambda.Function;
const kubectl = new KubectlV28Layer(this, 'KubectlLayer');
fn.addLayers(kubectl);
```

`kubectl` will be installed under `/opt/kubectl/kubectl`, and `helm` will be installed under `/opt/helm/helm`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdklabs/awscdk-asset-kubectl#readme",
    "name": "aws-cdk.lambda-layer-kubectl-v28",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Amazon Web Services<aws-cdk-dev@amazon.com>",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e3/e5/90fc60abf2788d46fd17e4d617057ce5fdc5e4bff71b4aed45c4cd22abf7/aws-cdk.lambda-layer-kubectl-v28-2.2.0.tar.gz",
    "platform": null,
    "description": "# Lambda Layer with KubeCtl v1.28\n\n<!--BEGIN STABILITY BANNER-->---\n\n\n![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)\n\n---\n<!--END STABILITY BANNER-->\n\nThis module exports a single class called `KubectlV28Layer` which is a `lambda.LayerVersion` that\nbundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the\n[`helm`](https://helm.sh/) command line.\n\n> * Helm Version: 3.14.0\n> * Kubectl Version: 1.28.3\n\nUsage:\n\n```python\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlV28Layer } from '@aws-cdk/lambda-layer-kubectl-v28';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\nconst kubectl = new KubectlV28Layer(this, 'KubectlLayer');\nfn.addLayers(kubectl);\n```\n\n`kubectl` will be installed under `/opt/kubectl/kubectl`, and `helm` will be installed under `/opt/helm/helm`.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Lambda Layer that contains kubectl v1.28",
    "version": "2.2.0",
    "project_urls": {
        "Homepage": "https://github.com/cdklabs/awscdk-asset-kubectl#readme",
        "Source": "https://github.com/cdklabs/awscdk-asset-kubectl.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6301abe68652a556e9616b3a0a26b568dcc55a86c9b90e794a0f5c1e377e3a4a",
                "md5": "8eb8d5755ebeff6bab04f690b18aedcb",
                "sha256": "5f55da697f1f5c1e5a54e7234e38ba94c623812fa10c299a7c36f6d30ac53371"
            },
            "downloads": -1,
            "filename": "aws_cdk.lambda_layer_kubectl_v28-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8eb8d5755ebeff6bab04f690b18aedcb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 31512867,
            "upload_time": "2024-01-19T17:27:32",
            "upload_time_iso_8601": "2024-01-19T17:27:32.536587Z",
            "url": "https://files.pythonhosted.org/packages/63/01/abe68652a556e9616b3a0a26b568dcc55a86c9b90e794a0f5c1e377e3a4a/aws_cdk.lambda_layer_kubectl_v28-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3e590fc60abf2788d46fd17e4d617057ce5fdc5e4bff71b4aed45c4cd22abf7",
                "md5": "6164367f3beb4d78d29888188df8d48a",
                "sha256": "514f5f315cb7f1b8a8435d1402f1ed607dfae3460e715ace6e63db9f9e30436c"
            },
            "downloads": -1,
            "filename": "aws-cdk.lambda-layer-kubectl-v28-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6164367f3beb4d78d29888188df8d48a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 31514057,
            "upload_time": "2024-01-19T17:27:36",
            "upload_time_iso_8601": "2024-01-19T17:27:36.388298Z",
            "url": "https://files.pythonhosted.org/packages/e3/e5/90fc60abf2788d46fd17e4d617057ce5fdc5e4bff71b4aed45c4cd22abf7/aws-cdk.lambda-layer-kubectl-v28-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 17:27:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdklabs",
    "github_project": "awscdk-asset-kubectl#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aws-cdk.lambda-layer-kubectl-v28"
}
        
Elapsed time: 0.18304s