Skip to content

Commit 9b79583

Browse files
authored
Merge pull request #71 from Azure/aks
feat: Add Azure Kubernetes Service (AKS) support with AzAPI
2 parents c0e2f53 + 9f23f37 commit 9b79583

File tree

12 files changed

+18675
-6035
lines changed

12 files changed

+18675
-6035
lines changed

API.md

Lines changed: 14532 additions & 6000 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/azure-aks/README.md

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

src/azure-aks/index.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
4+
/**
5+
* Azure Kubernetes Service (AKS) Construct
6+
*
7+
* This module provides a high-level construct for creating and managing Azure Kubernetes Service clusters
8+
* using the AZAPI provider framework.
9+
*
10+
* @packageDocumentation
11+
*/
12+
13+
export * from "./lib";

0 commit comments

Comments
 (0)