aws-cdk.lambda-layer-kubectl-v26


Nameaws-cdk.lambda-layer-kubectl-v26 JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/cdklabs/awscdk-asset-kubectl#readme
SummaryA Lambda Layer that contains kubectl v1.26
upload_time2024-01-25 22:03:29
maintainer
docs_urlNone
authorAmazon Web Services<aws-cdk-dev@amazon.com>
requires_python~=3.7
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.26

<!--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 `KubectlV26Layer` 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.11.1
> * Kubectl Version: 1.26.4

Usage:

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

declare const fn: lambda.Function;
const kubectl = new KubectlV26Layer(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-v26",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Amazon Web Services<aws-cdk-dev@amazon.com>",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1c/73/0341290494cbe239ba4cb49e74d881bd55ea7d7c0337eef31607364569cd/aws-cdk.lambda-layer-kubectl-v26-2.1.0.tar.gz",
    "platform": null,
    "description": "# Lambda Layer with KubeCtl v1.26\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 `KubectlV26Layer` 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.11.1\n> * Kubectl Version: 1.26.4\n\nUsage:\n\n```python\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlV26Layer } from '@aws-cdk/lambda-layer-kubectl-v26';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\nconst kubectl = new KubectlV26Layer(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.26",
    "version": "2.1.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": "5a182f680841078979808fe386a37679b435fc92e449260e16afd814e5f329c3",
                "md5": "8c88a38927c0b89c2c65ba283f91d3c3",
                "sha256": "3ee488000f2ab3f4fc8c3ec3a4c5a5425f64278f892ad42dfc3596080856c9df"
            },
            "downloads": -1,
            "filename": "aws_cdk.lambda_layer_kubectl_v26-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c88a38927c0b89c2c65ba283f91d3c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 29848194,
            "upload_time": "2024-01-25T22:03:15",
            "upload_time_iso_8601": "2024-01-25T22:03:15.219910Z",
            "url": "https://files.pythonhosted.org/packages/5a/18/2f680841078979808fe386a37679b435fc92e449260e16afd814e5f329c3/aws_cdk.lambda_layer_kubectl_v26-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c730341290494cbe239ba4cb49e74d881bd55ea7d7c0337eef31607364569cd",
                "md5": "11fd51a784646f123f3d26a7df9ba433",
                "sha256": "a0696b2777ef4221e5402eba0fd8293e32a24b8c833b7d8ad76bad00c37438c5"
            },
            "downloads": -1,
            "filename": "aws-cdk.lambda-layer-kubectl-v26-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "11fd51a784646f123f3d26a7df9ba433",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 29849370,
            "upload_time": "2024-01-25T22:03:29",
            "upload_time_iso_8601": "2024-01-25T22:03:29.795317Z",
            "url": "https://files.pythonhosted.org/packages/1c/73/0341290494cbe239ba4cb49e74d881bd55ea7d7c0337eef31607364569cd/aws-cdk.lambda-layer-kubectl-v26-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 22:03:29",
    "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-v26"
}
        
Elapsed time: 0.22426s