-
Notifications
You must be signed in to change notification settings - Fork 203
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 Azure RedhatOpenshift Clusters (#4152)
* Add support for ARO clusters * Mark required properties as secretReference and resourceReference * Add recordings and test; Add redact secret logic; update generated files * Revert * update comments * Update redact secret logic; Make clientID to be imported optionally from configmap * Resolve comments * Add new line * Add makeSecureStringOfLength method * update error message * Use custom redaction * MArk ProvisioningState as read-only * Update test and recording * Update deepcopy files
- Loading branch information
1 parent
2afdf16
commit b91d01b
Showing
34 changed files
with
21,635 additions
and
7 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
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: RedHatOpenShift Supported Resources | ||
linktitle: RedHatOpenShift | ||
no_list: true | ||
--- | ||
To install the CRDs for these resources, your ASO configuration must include `redhatopenshift.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 | | ||
|------------------|-------------|---------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------| | ||
| OpenShiftCluster | 2023-11-22 | v1api20231122 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/redhatopenshift/v1api/v1api20231122_openshiftcluster.yaml) | | ||
|
20 changes: 20 additions & 0 deletions
20
v2/api/redhatopenshift/customizations/open_shift_cluster_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,4 @@ | ||
// Code generated by azure-service-operator-codegen. DO NOT EDIT. | ||
github.com/Azure/azure-service-operator/v2/api/redhatopenshift/customizations | ||
----------------------------------------------------------------------------- | ||
OpenShiftClusterExtension: Object (0 properties) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
v2/api/redhatopenshift/v1api20231122/groupversion_info_gen.go
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/redhatopenshift/v1api20231122/open_shift_cluster_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.