Skip to content

Commit 57814bd

Browse files
committed
config: Azure IL6 Secret Cloud support
- Add Azure Government Secret IL6 Cloud as a valid Azure cloud environment.
1 parent 2b9eb96 commit 57814bd

60 files changed

Lines changed: 63 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/v1/types_infrastructure.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ type AzureResourceTag struct {
697697
}
698698

699699
// AzureCloudEnvironment is the name of the Azure cloud environment
700-
// +kubebuilder:validation:Enum="";AzurePublicCloud;AzureUSGovernmentCloud;AzureChinaCloud;AzureGermanCloud;AzureStackCloud
700+
// +kubebuilder:validation:Enum="";AzurePublicCloud;AzureUSGovernmentCloud;AzureChinaCloud;AzureGermanCloud;AzureStackCloud;AzureUSSecCloud
701701
type AzureCloudEnvironment string
702702

703703
const (
@@ -715,6 +715,9 @@ const (
715715

716716
// AzureStackCloud is the Azure cloud environment used at the edge and on premises.
717717
AzureStackCloud AzureCloudEnvironment = "AzureStackCloud"
718+
719+
// AzureUSSecCloud is the Azure cloud environment for US Government Secret (IL6) workloads.
720+
AzureUSSecCloud AzureCloudEnvironment = "AzureUSSecCloud"
718721
)
719722

720723
// Start: TOMBSTONE

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-Default.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,7 @@ spec:
14891489
- AzureChinaCloud
14901490
- AzureGermanCloud
14911491
- AzureStackCloud
1492+
- AzureUSSecCloud
14921493
type: string
14931494
networkResourceGroupName:
14941495
description: |-

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-Hypershift-CustomNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,7 @@ spec:
15901590
- AzureChinaCloud
15911591
- AzureGermanCloud
15921592
- AzureStackCloud
1593+
- AzureUSSecCloud
15931594
type: string
15941595
ipFamily:
15951596
default: IPv4

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-Hypershift-DevPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,7 @@ spec:
15751575
- AzureChinaCloud
15761576
- AzureGermanCloud
15771577
- AzureStackCloud
1578+
- AzureUSSecCloud
15781579
type: string
15791580
ipFamily:
15801581
default: IPv4

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-Hypershift-TechPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,7 @@ spec:
15751575
- AzureChinaCloud
15761576
- AzureGermanCloud
15771577
- AzureStackCloud
1578+
- AzureUSSecCloud
15781579
type: string
15791580
ipFamily:
15801581
default: IPv4

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-OKD.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,7 @@ spec:
14891489
- AzureChinaCloud
14901490
- AzureGermanCloud
14911491
- AzureStackCloud
1492+
- AzureUSSecCloud
14921493
type: string
14931494
networkResourceGroupName:
14941495
description: |-

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-SelfManagedHA-CustomNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,7 @@ spec:
15901590
- AzureChinaCloud
15911591
- AzureGermanCloud
15921592
- AzureStackCloud
1593+
- AzureUSSecCloud
15931594
type: string
15941595
ipFamily:
15951596
default: IPv4

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-SelfManagedHA-DevPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,7 @@ spec:
15901590
- AzureChinaCloud
15911591
- AzureGermanCloud
15921592
- AzureStackCloud
1593+
- AzureUSSecCloud
15931594
type: string
15941595
ipFamily:
15951596
default: IPv4

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-SelfManagedHA-TechPreviewNoUpgrade.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,7 @@ spec:
15751575
- AzureChinaCloud
15761576
- AzureGermanCloud
15771577
- AzureStackCloud
1578+
- AzureUSSecCloud
15781579
type: string
15791580
ipFamily:
15801581
default: IPv4

config/v1/zz_generated.featuregated-crd-manifests/infrastructures.config.openshift.io/AAA_ungated.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,7 @@ spec:
12611261
- AzureChinaCloud
12621262
- AzureGermanCloud
12631263
- AzureStackCloud
1264+
- AzureUSSecCloud
12641265
type: string
12651266
networkResourceGroupName:
12661267
description: |-

0 commit comments

Comments
 (0)