Skip to content

Commit

Permalink
Revert "add cluster profile for konflux workspaces"
Browse files Browse the repository at this point in the history
This cluster profile is no longer needed.  It has no current users, and
it will not be used in the future.

This reverts commit 18b957a.

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap committed Apr 9, 2024
1 parent 9543639 commit 7313d78
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkg/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,6 @@ const (
ClusterProfileAWSEdgeInfra ClusterProfile = "aws-edge-infra"
ClusterProfileRHOpenShiftEcosystem ClusterProfile = "rh-openshift-ecosystem"
ClusterProfileODFAWS ClusterProfile = "odf-aws"
ClusterProfileKonfluxWorkspacesAWS ClusterProfile = "konfluxworkspaces-aws"
)

// ClusterProfiles are all valid cluster profiles
Expand Down Expand Up @@ -1463,7 +1462,6 @@ func ClusterProfiles() []ClusterProfile {
ClusterProfileAWSEdgeInfra,
ClusterProfileRHOpenShiftEcosystem,
ClusterProfileODFAWS,
ClusterProfileKonfluxWorkspacesAWS,
}
}

Expand Down Expand Up @@ -1516,8 +1514,7 @@ func (p ClusterProfile) ClusterType() string {
ClusterProfileDevSandboxCIAWS,
ClusterProfileQuayAWS,
ClusterProfileAWSEdgeInfra,
ClusterProfileODFAWS,
ClusterProfileKonfluxWorkspacesAWS:
ClusterProfileODFAWS:
return string(CloudAWS)
case
ClusterProfileAlibabaCloud,
Expand Down Expand Up @@ -1914,8 +1911,6 @@ func (p ClusterProfile) LeaseType() string {
return "rh-openshift-ecosystem-quota-slice"
case ClusterProfileODFAWS:
return "odf-aws-quota-slice"
case ClusterProfileKonfluxWorkspacesAWS:
return "konfluxworkspaces-aws-quota-slice"
default:
return ""
}
Expand Down

0 comments on commit 7313d78

Please sign in to comment.