# Lambda Layer with KubeCtl v1.31
<!--BEGIN STABILITY BANNER-->---

---
<!--END STABILITY BANNER-->
This module exports a single class called `KubectlV31Layer` 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.16.1
> * Kubectl Version: 1.31.0
Usage:
```python
// KubectlLayer bundles the 'kubectl' and 'helm' command lines
import { KubectlV31Layer } from '@aws-cdk/lambda-layer-kubectl-v29';
import * as lambda from 'aws-cdk-lib/aws-lambda';
declare const fn: lambda.Function;
const kubectl = new KubectlV31Layer(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-v31",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Amazon Web Services<aws-cdk-dev@amazon.com>",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/10/cf/14e1065cb8cfee744eab95a3c6a8b626ffb39ef0d3bd8c3cdf8ce17ae9ab/aws_cdk_lambda_layer_kubectl_v31-2.0.0.tar.gz",
"platform": null,
"description": "# Lambda Layer with KubeCtl v1.31\n\n<!--BEGIN STABILITY BANNER-->---\n\n\n\n\n---\n<!--END STABILITY BANNER-->\n\nThis module exports a single class called `KubectlV31Layer` 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.16.1\n> * Kubectl Version: 1.31.0\n\nUsage:\n\n```python\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlV31Layer } from '@aws-cdk/lambda-layer-kubectl-v29';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\nconst kubectl = new KubectlV31Layer(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.31",
"version": "2.0.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": "9717bbc43dd2d4d372890b8ed34525b07fa66d2016600e3f995ced332f938e20",
"md5": "2049bc0bc547559cc221275ec12d7c69",
"sha256": "1a9aae0e7c52d3018f30f56e88de6b7fb8feca0d693ae9b311007841b4fd531c"
},
"downloads": -1,
"filename": "aws_cdk.lambda_layer_kubectl_v31-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2049bc0bc547559cc221275ec12d7c69",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 33989601,
"upload_time": "2024-10-08T18:29:18",
"upload_time_iso_8601": "2024-10-08T18:29:18.604573Z",
"url": "https://files.pythonhosted.org/packages/97/17/bbc43dd2d4d372890b8ed34525b07fa66d2016600e3f995ced332f938e20/aws_cdk.lambda_layer_kubectl_v31-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "10cf14e1065cb8cfee744eab95a3c6a8b626ffb39ef0d3bd8c3cdf8ce17ae9ab",
"md5": "4125b3f0673e9b859443ccf67fd2c01a",
"sha256": "c7abd8eddff0e3db363295bc1a86cf7a0e9fbdf8ae51ce0a04c3dfcbd053d5c7"
},
"downloads": -1,
"filename": "aws_cdk_lambda_layer_kubectl_v31-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "4125b3f0673e9b859443ccf67fd2c01a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 33990609,
"upload_time": "2024-10-08T18:29:22",
"upload_time_iso_8601": "2024-10-08T18:29:22.384909Z",
"url": "https://files.pythonhosted.org/packages/10/cf/14e1065cb8cfee744eab95a3c6a8b626ffb39ef0d3bd8c3cdf8ce17ae9ab/aws_cdk_lambda_layer_kubectl_v31-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-08 18:29:22",
"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-v31"
}