From 913e3820c6bcc155eee4d9da6f61945a7e70d0d3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 15 Mar 2022 13:25:47 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: github-actions --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 3b6b80c..1b98658 100644 --- a/API.md +++ b/API.md @@ -50,7 +50,7 @@ new Karpenter(scope: Construct, id: string, props: KarpenterProps) ##### `toString` ```typescript -public toString() +public toString(): string ``` Returns a string representation of this construct. @@ -58,7 +58,7 @@ Returns a string representation of this construct. ##### `addProvisioner` ```typescript -public addProvisioner(id: string, provisionerSpec: {[ key: string ]: any}) +public addProvisioner(id: string, provisionerSpec: {[ key: string ]: any}): void ``` addProvisioner adds a provisioner manifest to the cluster.