-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Microsoft.KubernetesConfiguration/extensions (#3528)
* Expand the selection criteria for extention resources while loading types * WIP * Update the reason * Add samples and recordings * Add header * Update ref index * Update HeadById to CheckExistenceWithGetByID in controller test * Update generated files * Use 2023-05-01 version * Remove Statuses field from Spec * Add todo for random name exclusion * Rename v1api20221101_extension.yaml to v1api20230501_extension.yaml * Update recording * Update recording * Fix test * Fix command to create workload identity based kind cluster * Needed a fix due to CLI updates. --------- Co-authored-by: Matthew Christopher <[email protected]>
- Loading branch information
1 parent
42cb425
commit 5949407
Showing
31 changed files
with
17,277 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/hugo/content/reference/kubernetesconfiguration/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: KubernetesConfiguration Supported Resources | ||
linktitle: KubernetesConfiguration | ||
no_list: true | ||
--- | ||
To install the CRDs for these resources, your ASO configuration must include `kubernetesconfiguration.azure.com/*` as a one of the configured CRD patterns. See [CRD Management in ASO](https://azure.github.io/azure-service-operator/guide/crd-management/) for details on doing this for both [Helm](https://azure.github.io/azure-service-operator/guide/crd-management/#helm) and [YAML](https://azure.github.io/azure-service-operator/guide/crd-management/#yaml) based installations. | ||
|
||
### Next Release | ||
|
||
Development of these new resources is complete and they will be available in the next release of ASO. | ||
|
||
| Resource | ARM Version | CRD Version | Supported From | Sample | | ||
|-----------|-------------|---------------|----------------|-----------------------------------------------------------------------------------------------------------------------------------------| | ||
| Extension | 2023-05-01 | v1api20230501 | v2.4.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/kubernetesconfiguration/v1api/v1api20230501_extension.yaml) | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
v2/api/kubernetesconfiguration/customizations/extension_extension_types_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Code generated by azure-service-operator-codegen. DO NOT EDIT. | ||
github.com/Azure/azure-service-operator/v2/api/kubernetesconfiguration/customizations | ||
└── ExtensionExtension: Object (0 properties) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
164 changes: 164 additions & 0 deletions
164
v2/api/kubernetesconfiguration/v1api20230501/extension_spec_arm_types_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.