@@ -1436,6 +1436,7 @@ const (
14361436 ClusterProfileGCPTelco ClusterProfile = "gcp-telco"
14371437 ClusterProfileGCPChaos ClusterProfile = "gcp-chaos"
14381438 ClusterProfileGCPConfidentialQE ClusterProfile = "gcp-confidential-qe"
1439+ ClusterProfileGCPPerfScaleQE ClusterProfile = "gcp-perfscale-qe"
14391440 ClusterProfileIBMCloud ClusterProfile = "ibmcloud"
14401441 ClusterProfileGCPSustAutoRel412 ClusterProfile = "gcp-sustaining-autorelease-412"
14411442 ClusterProfileIBMCloudCSPIQE ClusterProfile = "ibmcloud-cspi-qe"
@@ -1651,6 +1652,7 @@ func ClusterProfiles() []ClusterProfile {
16511652 ClusterProfileGCPTelco ,
16521653 ClusterProfileGCPChaos ,
16531654 ClusterProfileGCPConfidentialQE ,
1655+ ClusterProfileGCPPerfScaleQE ,
16541656 ClusterProfileGCPSustAutoRel412 ,
16551657 ClusterProfileGCPObservability ,
16561658 ClusterProfileAWSVirtualization ,
@@ -1910,6 +1912,7 @@ func (p ClusterProfile) ClusterType() string {
19101912 ClusterProfileGCPTelco ,
19111913 ClusterProfileGCPChaos ,
19121914 ClusterProfileGCPConfidentialQE ,
1915+ ClusterProfileGCPPerfScaleQE ,
19131916 ClusterProfileGCPSDCICD ,
19141917 ClusterProfileGCPQUAYQE ,
19151918 ClusterProfileOSLGCP :
@@ -2250,6 +2253,8 @@ func (p ClusterProfile) LeaseType() string {
22502253 return "gcp-chaos-quota-slice"
22512254 case ClusterProfileGCPConfidentialQE :
22522255 return "gcp-confidential-qe-slice"
2256+ case ClusterProfileGCPPerfScaleQE :
2257+ return "gcp-perfscale-qe-quota-slice"
22532258 case ClusterProfileIBMCloud :
22542259 return "ibmcloud-quota-slice"
22552260 case ClusterProfileIBMCloudCSPIQE :
0 commit comments