Interface IKubectlProvider
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IKubectlProvider.Jsii$Default
- All Known Implementing Classes:
IKubectlProvider.Jsii$Proxy,KubectlProvider
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-23T18:58:18.923Z")
@Stability(Stable)
public interface IKubectlProvider
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Imported KubectlProvider that can be used in place of the default one created by CDK.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIKubectlProvider.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServiceToken
The custom resource provider's service token. -
getRole
The role of the provider lambda function.If undefined, you cannot use this provider to deploy helm charts.
-