Skip to content

Commit

Permalink
chore(cockpit): remove expert plan (scaleway#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Mar 18, 2024
1 parent 65e2bc8 commit 56889db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/cockpit/v1beta1/cockpit_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,8 @@ const (
PlanNameFree = PlanName("free")
// The premium plan with a longer retention.
PlanNamePremium = PlanName("premium")
PlanNameCustom = PlanName("custom")
// The expert plan with the longest retention.
PlanNameExpert = PlanName("expert")
// The custom plan.
PlanNameCustom = PlanName("custom")
)

func (enum PlanName) String() string {
Expand Down

0 comments on commit 56889db

Please sign in to comment.