@@ -33,32 +33,33 @@ const (
33
33
34
34
// Atlas Project reasons
35
35
const (
36
- ProjectNotCreatedInAtlas ConditionReason = "ProjectNotCreatedInAtlas"
37
- ProjectBeingConfiguredInAtlas ConditionReason = "ProjectBeingConfiguredInAtlas"
38
- ProjectIPAccessInvalid ConditionReason = "ProjectIPAccessListInvalid"
39
- ProjectIPNotCreatedInAtlas ConditionReason = "ProjectIPAccessListNotCreatedInAtlas"
40
- ProjectWindowInvalid ConditionReason = "ProjectWindowInvalid"
41
- ProjectWindowNotObtainedFromAtlas ConditionReason = "ProjectWindowNotObtainedFromAtlas"
42
- ProjectWindowNotCreatedInAtlas ConditionReason = "ProjectWindowNotCreatedInAtlas"
43
- ProjectWindowNotDeletedInAtlas ConditionReason = "projectWindowNotDeletedInAtlas"
44
- ProjectWindowNotDeferredInAtlas ConditionReason = "ProjectWindowNotDeferredInAtlas"
45
- ProjectWindowNotAutoDeferredInAtlas ConditionReason = "ProjectWindowNotAutoDeferredInAtlas"
46
- ProjectPEServiceIsNotReadyInAtlas ConditionReason = "ProjectPrivateEndpointServiceIsNotReadyInAtlas"
47
- ProjectPEInterfaceIsNotReadyInAtlas ConditionReason = "ProjectPrivateEndpointIsNotReadyInAtlas"
48
- ProjectIPAccessListNotActive ConditionReason = "ProjectIPAccessListNotActive"
49
- ProjectIntegrationInternal ConditionReason = "ProjectIntegrationInternalError"
50
- ProjectIntegrationRequest ConditionReason = "ProjectIntegrationRequestError"
51
- ProjectIntegrationReady ConditionReason = "ProjectIntegrationReady"
52
- ProjectPrivateEndpointIsNotReadyInAtlas ConditionReason = "ProjectPrivateEndpointIsNotReadyInAtlas"
53
- ProjectNetworkPeerIsNotReadyInAtlas ConditionReason = "ProjectNetworkPeerIsNotReadyInAtlas"
54
- ProjectEncryptionAtRestReady ConditionReason = "ProjectEncryptionAtRestReady"
55
- ProjectCloudIntegrationsIsNotReadyInAtlas ConditionReason = "ProjectCloudIntegrationsIsNotReadyInAtlas"
56
- ProjectAuditingReady ConditionReason = "ProjectAuditingReady"
57
- ProjectSettingsReady ConditionReason = "ProjectSettingsReady"
58
- ProjectAlertConfigurationIsNotReadyInAtlas ConditionReason = "ProjectAlertConfigurationIsNotReadyInAtlas"
59
- ProjectCustomRolesReady ConditionReason = "ProjectCustomRolesReady"
60
- ProjectTeamUnavailable ConditionReason = "ProjectTeamUnavailable"
61
- ProjectX509NotConfigured ConditionReason = "ProjectX509NotConfigured"
36
+ ProjectNotCreatedInAtlas ConditionReason = "ProjectNotCreatedInAtlas"
37
+ ProjectBeingConfiguredInAtlas ConditionReason = "ProjectBeingConfiguredInAtlas"
38
+ ProjectIPAccessInvalid ConditionReason = "ProjectIPAccessListInvalid"
39
+ ProjectIPNotCreatedInAtlas ConditionReason = "ProjectIPAccessListNotCreatedInAtlas"
40
+ ProjectWindowInvalid ConditionReason = "ProjectWindowInvalid"
41
+ ProjectWindowNotObtainedFromAtlas ConditionReason = "ProjectWindowNotObtainedFromAtlas"
42
+ ProjectWindowNotCreatedInAtlas ConditionReason = "ProjectWindowNotCreatedInAtlas"
43
+ ProjectWindowNotDeletedInAtlas ConditionReason = "projectWindowNotDeletedInAtlas"
44
+ ProjectWindowNotDeferredInAtlas ConditionReason = "ProjectWindowNotDeferredInAtlas"
45
+ ProjectWindowNotAutoDeferredInAtlas ConditionReason = "ProjectWindowNotAutoDeferredInAtlas"
46
+ ProjectPEServiceIsNotReadyInAtlas ConditionReason = "ProjectPrivateEndpointServiceIsNotReadyInAtlas"
47
+ ProjectPEInterfaceIsNotReadyInAtlas ConditionReason = "ProjectPrivateEndpointIsNotReadyInAtlas"
48
+ ProjectIPAccessListNotActive ConditionReason = "ProjectIPAccessListNotActive"
49
+ ProjectIntegrationInternal ConditionReason = "ProjectIntegrationInternalError"
50
+ ProjectIntegrationRequest ConditionReason = "ProjectIntegrationRequestError"
51
+ ProjectIntegrationReady ConditionReason = "ProjectIntegrationReady"
52
+ ProjectPrivateEndpointIsNotReadyInAtlas ConditionReason = "ProjectPrivateEndpointIsNotReadyInAtlas"
53
+ ProjectRegionalizedEndpointModeIsNotReadyInAtlas ConditionReason = "ProjectRegionalizedEndpointModeIsNotReadyInAtlas"
54
+ ProjectNetworkPeerIsNotReadyInAtlas ConditionReason = "ProjectNetworkPeerIsNotReadyInAtlas"
55
+ ProjectEncryptionAtRestReady ConditionReason = "ProjectEncryptionAtRestReady"
56
+ ProjectCloudIntegrationsIsNotReadyInAtlas ConditionReason = "ProjectCloudIntegrationsIsNotReadyInAtlas"
57
+ ProjectAuditingReady ConditionReason = "ProjectAuditingReady"
58
+ ProjectSettingsReady ConditionReason = "ProjectSettingsReady"
59
+ ProjectAlertConfigurationIsNotReadyInAtlas ConditionReason = "ProjectAlertConfigurationIsNotReadyInAtlas"
60
+ ProjectCustomRolesReady ConditionReason = "ProjectCustomRolesReady"
61
+ ProjectTeamUnavailable ConditionReason = "ProjectTeamUnavailable"
62
+ ProjectX509NotConfigured ConditionReason = "ProjectX509NotConfigured"
62
63
)
63
64
64
65
// Atlas Backup Compliance Policy reasons
0 commit comments