File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ type AzureClusterClassSpec struct {
48
48
// - GermanCloud: "AzureGermanCloud"
49
49
// - PublicCloud: "AzurePublicCloud"
50
50
// - USGovernmentCloud: "AzureUSGovernmentCloud"
51
+ // - StackCloud: "AzureStackCloud"
51
52
//
52
53
// Note that values other than the default must also be accompanied by corresponding changes to the
53
54
// aso-controller-settings Secret to configure ASO to refer to the non-Public cloud. ASO currently does
@@ -186,6 +187,7 @@ type AzureManagedControlPlaneClassSpec struct {
186
187
// - PublicCloud: "AzurePublicCloud"
187
188
// - USGovernmentCloud: "AzureUSGovernmentCloud"
188
189
//
190
+ //
189
191
// Note that values other than the default must also be accompanied by corresponding changes to the
190
192
// aso-controller-settings Secret to configure ASO to refer to the non-Public cloud. ASO currently does
191
193
// not support referring to multiple different clouds in a single installation. The following fields must
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ const (
44
44
ChinaCloudName = "AzureChinaCloud"
45
45
// USGovernmentCloudName is the name of the Azure US Government cloud.
46
46
USGovernmentCloudName = "AzureUSGovernmentCloud"
47
+ // StackCloudName is the name for Azure Stack hybrid cloud environments.
48
+ StackCloudName = "AzureStackCloud"
47
49
)
48
50
49
51
const (
Original file line number Diff line number Diff line change 92
92
- GermanCloud: "AzureGermanCloud"
93
93
- PublicCloud: "AzurePublicCloud"
94
94
- USGovernmentCloud: "AzureUSGovernmentCloud"
95
+ - StackCloud: "AzureStackCloud"
95
96
96
97
Note that values other than the default must also be accompanied by corresponding changes to the
97
98
aso-controller-settings Secret to configure ASO to refer to the non-Public cloud. ASO currently does
Original file line number Diff line number Diff line change 65
65
- GermanCloud: "AzureGermanCloud"
66
66
- PublicCloud: "AzurePublicCloud"
67
67
- USGovernmentCloud: "AzureUSGovernmentCloud"
68
+ - StackCloud: "AzureStackCloud"
68
69
69
70
Note that values other than the default must also be accompanied by corresponding changes to the
70
71
aso-controller-settings Secret to configure ASO to refer to the non-Public cloud. ASO currently does
You can’t perform that action at this time.
0 commit comments