Skip to content

Commit db3664e

Browse files
committed
Generate CRDs for AzureStack
1 parent 69a52d6 commit db3664e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_azureclusters.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ spec:
8484
AdditionalTags is an optional set of tags to add to Azure resources managed by the Azure provider, in addition to the
8585
ones added by default.
8686
type: object
87+
armEndpoint:
88+
description: |-
89+
ARMEndpoint specifies a URL for the ARM Resource Manager endpoint.
90+
It may only be specified when the AzureEnvironment is set to AzureStackCloud,
91+
in which case it is required.
92+
type: string
8793
azureEnvironment:
8894
description: |-
8995
AzureEnvironment is the name of the AzureCloud to be used.
@@ -92,6 +98,7 @@ spec:
9298
- GermanCloud: "AzureGermanCloud"
9399
- PublicCloud: "AzurePublicCloud"
94100
- USGovernmentCloud: "AzureUSGovernmentCloud"
101+
- StackCloud: "HybridEnvironment"
95102
96103
Note that values other than the default must also be accompanied by corresponding changes to the
97104
aso-controller-settings Secret to configure ASO to refer to the non-Public cloud. ASO currently does

config/crd/bases/infrastructure.cluster.x-k8s.io_azureclustertemplates.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ spec:
5757
AdditionalTags is an optional set of tags to add to Azure resources managed by the Azure provider, in addition to the
5858
ones added by default.
5959
type: object
60+
armEndpoint:
61+
description: |-
62+
ARMEndpoint specifies a URL for the ARM Resource Manager endpoint.
63+
It may only be specified when the AzureEnvironment is set to AzureStackCloud,
64+
in which case it is required.
65+
type: string
6066
azureEnvironment:
6167
description: |-
6268
AzureEnvironment is the name of the AzureCloud to be used.
@@ -65,6 +71,7 @@ spec:
6571
- GermanCloud: "AzureGermanCloud"
6672
- PublicCloud: "AzurePublicCloud"
6773
- USGovernmentCloud: "AzureUSGovernmentCloud"
74+
- StackCloud: "HybridEnvironment"
6875
6976
Note that values other than the default must also be accompanied by corresponding changes to the
7077
aso-controller-settings Secret to configure ASO to refer to the non-Public cloud. ASO currently does

0 commit comments

Comments
 (0)