aws-cdk.lambda-layer-kubectl-v22


Nameaws-cdk.lambda-layer-kubectl-v22 JSON
Version 2.0.8 PyPI version JSON
download
home_pagehttps://github.com/cdklabs/awscdk-asset-kubectl#readme
SummaryA Lambda Layer that contains kubectl v1.22
upload_time2023-06-15 14:47:32
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.22

<!--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 `KubectlV22Layer` 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.9.4
> * Kubectl Version: 1.22.0

Usage:

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

declare const fn: lambda.Function;
const kubectl = new KubectlV22Layer(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-v22",
    "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/ec/7c/29faa17d8fef35fc3d04c87841fbedfccfe0098c53544d322198d9050a52/aws-cdk.lambda-layer-kubectl-v22-2.0.8.tar.gz",
    "platform": null,
    "description": "# Lambda Layer with KubeCtl v1.22\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 `KubectlV22Layer` 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.9.4\n> * Kubectl Version: 1.22.0\n\nUsage:\n\n```python\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlV22Layer } from '@aws-cdk/lambda-layer-kubectl-v22';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\nconst kubectl = new KubectlV22Layer(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\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Lambda Layer that contains kubectl v1.22",
    "version": "2.0.8",
    "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": "8c95b9a4e7016e405525c9c2329c7fcc58555018a40732a692dba9d428ee260a",
                "md5": "e9e6ca5388eee753be3737fa3732cf7b",
                "sha256": "54540e64f2082367e4478e2f47658578fb8862f749a2b936115f79d14913669c"
            },
            "downloads": -1,
            "filename": "aws_cdk.lambda_layer_kubectl_v22-2.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9e6ca5388eee753be3737fa3732cf7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 27376714,
            "upload_time": "2023-06-15T14:47:26",
            "upload_time_iso_8601": "2023-06-15T14:47:26.101153Z",
            "url": "https://files.pythonhosted.org/packages/8c/95/b9a4e7016e405525c9c2329c7fcc58555018a40732a692dba9d428ee260a/aws_cdk.lambda_layer_kubectl_v22-2.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec7c29faa17d8fef35fc3d04c87841fbedfccfe0098c53544d322198d9050a52",
                "md5": "495de64084444190867a06e3c4945f3c",
                "sha256": "05a4dad44e533e8a1cdc1ddaf4066fa2a56ba8f245f676eae4382c85cc72dd6c"
            },
            "downloads": -1,
            "filename": "aws-cdk.lambda-layer-kubectl-v22-2.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "495de64084444190867a06e3c4945f3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 27377927,
            "upload_time": "2023-06-15T14:47:32",
            "upload_time_iso_8601": "2023-06-15T14:47:32.457948Z",
            "url": "https://files.pythonhosted.org/packages/ec/7c/29faa17d8fef35fc3d04c87841fbedfccfe0098c53544d322198d9050a52/aws-cdk.lambda-layer-kubectl-v22-2.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-15 14:47:32",
    "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-v22"
}
        
Elapsed time: 0.07510s