Skip to content

Commit

Permalink
Merge pull request #1 from aws-samples/github-actions/upgrade-main
Browse files Browse the repository at this point in the history
chore(deps): upgrade dependencies
  • Loading branch information
andskli authored Mar 15, 2022
2 parents 3409a73 + 913e382 commit c32f5d7
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 466 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ new Karpenter(scope: Construct, id: string, props: KarpenterProps)
##### `toString` <a name="toString" id="cdk-eks-karpenter.Karpenter.toString"></a>

```typescript
public toString()
public toString(): string
```

Returns a string representation of this construct.

##### `addProvisioner` <a name="addProvisioner" id="cdk-eks-karpenter.Karpenter.addProvisioner"></a>

```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.
Expand Down
10 changes: 5 additions & 5 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c32f5d7

Please sign in to comment.