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

---
<!--END STABILITY BANNER-->
This module exports a single class called `KubectlV30Layer` which is a `lambda.LayerVersion` that
bundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the
[`helm`](https://helm.sh/) command lines.
> * Helm Version: 3.15.4
> * Kubectl Version: 1.30.0
Usage:
```python
// KubectlLayer bundles the 'kubectl' and 'helm' command lines
import { KubectlV30Layer } from '@aws-cdk/lambda-layer-kubectl-v30';
import * as lambda from 'aws-cdk-lib/aws-lambda';
declare const fn: lambda.Function;
const kubectl = new KubectlV30Layer(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-v30",
"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/5b/3f/106ab6d1652618af9437a363dfa21a6125603d4654ff10c3e3e8371e52f1/aws_cdk_lambda_layer_kubectl_v30-2.0.3.tar.gz",
"platform": null,
"description": "# Lambda Layer with KubeCtl v1.30\n\n<!--BEGIN STABILITY BANNER-->---\n\n\n\n\n---\n<!--END STABILITY BANNER-->\n\nThis module exports a single class called `KubectlV30Layer` which is a `lambda.LayerVersion` that\nbundles the [`kubectl`](https://kubernetes.io/docs/reference/kubectl/kubectl/) and the\n[`helm`](https://helm.sh/) command lines.\n\n> * Helm Version: 3.15.4\n> * Kubectl Version: 1.30.0\n\nUsage:\n\n```python\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlV30Layer } from '@aws-cdk/lambda-layer-kubectl-v30';\nimport * as lambda from 'aws-cdk-lib/aws-lambda';\n\ndeclare const fn: lambda.Function;\nconst kubectl = new KubectlV30Layer(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.30",
"version": "2.0.3",
"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": null,
"digests": {
"blake2b_256": "ffb644231fa20dae27c2eaca2ee30dbda5db78bea7ab9065c7d7458cf43b1c29",
"md5": "29ef43f1429bebb2c8c716564f93a8f1",
"sha256": "7dc0c1f96c741516ac3a2539bef32d53b022827b48b7420463f847d7bd9962f0"
},
"downloads": -1,
"filename": "aws_cdk.lambda_layer_kubectl_v30-2.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "29ef43f1429bebb2c8c716564f93a8f1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 32571937,
"upload_time": "2025-02-11T22:30:32",
"upload_time_iso_8601": "2025-02-11T22:30:32.615288Z",
"url": "https://files.pythonhosted.org/packages/ff/b6/44231fa20dae27c2eaca2ee30dbda5db78bea7ab9065c7d7458cf43b1c29/aws_cdk.lambda_layer_kubectl_v30-2.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b3f106ab6d1652618af9437a363dfa21a6125603d4654ff10c3e3e8371e52f1",
"md5": "8062b045358750d25afcbd4f580af24c",
"sha256": "b292a25085d7f5bac9affb67dc05546ca4974784cd805e0eef63f4d0aeb6e6fc"
},
"downloads": -1,
"filename": "aws_cdk_lambda_layer_kubectl_v30-2.0.3.tar.gz",
"has_sig": false,
"md5_digest": "8062b045358750d25afcbd4f580af24c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 32572756,
"upload_time": "2025-02-11T22:30:40",
"upload_time_iso_8601": "2025-02-11T22:30:40.659243Z",
"url": "https://files.pythonhosted.org/packages/5b/3f/106ab6d1652618af9437a363dfa21a6125603d4654ff10c3e3e8371e52f1/aws_cdk_lambda_layer_kubectl_v30-2.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-11 22:30:40",
"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-v30"
}