@Stability(value=Experimental)
See: Description
| Class | Description |
|---|---|
| KubectlLayer |
(experimental) An AWS Lambda layer that includes `kubectl` and `helm`.
|
---
The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
This module exports a single class called KubectlLayer which is a lambda.Layer that bundles the kubectl and the helm command line.
- Helm Version: 1.20.0
- Kubectl Version: 3.4.2
Usage:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 Object fn = new Function(...); fn.addLayers(new KubectlLayer(stack, "KubectlLayer"));
kubectl will be installed under /opt/kubectl/kubectl, and helm will be installed under /opt/helm/helm.
Copyright © 2021. All rights reserved.