diff --git a/pkg/api/types.go b/pkg/api/types.go index 0cf0764fd8..970bebe1c6 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -1375,6 +1375,7 @@ const ( ClusterProfileAWSPerfScaleQE ClusterProfile = "aws-perfscale-qe" ClusterProfileAWSPerfScaleLRCQE ClusterProfile = "aws-perfscale-lrc-qe" ClusterProfileAWSRestrictedQE ClusterProfile = "aws-restricted-qe" + ClusterProfileAWSEUSCQE ClusterProfile = "aws-eusc-qe" ClusterProfileAWSOutpostQE ClusterProfile = "aws-outpost-qe" ClusterProfileAWSChaos ClusterProfile = "aws-chaos" ClusterProfileAWSManagedCSPIQE ClusterProfile = "aws-managed-cspi-qe" @@ -1574,6 +1575,7 @@ func ClusterProfiles() []ClusterProfile { ClusterProfileAWSPerfScaleQE, ClusterProfileAWSPerfScaleLRCQE, ClusterProfileAWSRestrictedQE, + ClusterProfileAWSEUSCQE, ClusterProfileAWSChaos, ClusterProfileAWSChinaQE, ClusterProfileAWSManagedCSPIQE, @@ -1792,6 +1794,7 @@ func (p ClusterProfile) ClusterType() string { ClusterProfileAWSPerfScaleQE, ClusterProfileAWSPerfScaleLRCQE, ClusterProfileAWSRestrictedQE, + ClusterProfileAWSEUSCQE, ClusterProfileAWSServerless, ClusterProfileAWSStackrox, ClusterProfileAWSOutpostQE, @@ -2109,6 +2112,8 @@ func (p ClusterProfile) LeaseType() string { return "aws-perfscale-lrc-qe-quota-slice" case ClusterProfileAWSRestrictedQE: return "aws-restricted-qe" + case ClusterProfileAWSEUSCQE: + return "aws-eusc-qe" case ClusterProfileAWSManagedCSPIQE: return "aws-managed-cspi-qe-quota-slice" case ClusterProfileAWSGovCloudQE: