Skip to content

Commit fc62d13

Browse files
authored
docs(cockpit): clean up global api doc (scaleway#2508)
1 parent 4ecf08b commit fc62d13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/cockpit/v1/cockpit_sdk.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ type UsageOverview struct {
13701370
ExternalTracesUsage *Usage `json:"external_traces_usage"`
13711371
}
13721372

1373-
// The Cockpit Global API allows you to manage your Cockpit's Grafana and plans.
1373+
// The Cockpit Global API allows you to manage your Cockpit's Grafana.
13741374
type GlobalAPI struct {
13751375
client *scw.Client
13761376
}
@@ -1629,7 +1629,7 @@ func (s *GlobalAPI) GetGrafanaProductDashboard(req *GlobalAPIGetGrafanaProductDa
16291629
}
16301630

16311631
// Deprecated: ListPlans: Retrieve a list of available pricing plan types.
1632-
// Deprecated, retention is now managed at the data source level.
1632+
// Deprecated: retention is now managed at the data source level.
16331633
func (s *GlobalAPI) ListPlans(req *GlobalAPIListPlansRequest, opts ...scw.RequestOption) (*ListPlansResponse, error) {
16341634
var err error
16351635

@@ -1659,7 +1659,7 @@ func (s *GlobalAPI) ListPlans(req *GlobalAPIListPlansRequest, opts ...scw.Reques
16591659
}
16601660

16611661
// Deprecated: SelectPlan: Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply.
1662-
// Deprecated, retention is now managed at the data source level.
1662+
// Deprecated: retention is now managed at the data source level.
16631663
func (s *GlobalAPI) SelectPlan(req *GlobalAPISelectPlanRequest, opts ...scw.RequestOption) (*Plan, error) {
16641664
var err error
16651665

@@ -1688,7 +1688,7 @@ func (s *GlobalAPI) SelectPlan(req *GlobalAPISelectPlanRequest, opts ...scw.Requ
16881688
}
16891689

16901690
// Deprecated: GetCurrentPlan: Retrieve a pricing plan for the given Project, specified by the ID of the Project.
1691-
// Deprecated, retention is now managed at the data source level.
1691+
// Deprecated: retention is now managed at the data source level.
16921692
func (s *GlobalAPI) GetCurrentPlan(req *GlobalAPIGetCurrentPlanRequest, opts ...scw.RequestOption) (*Plan, error) {
16931693
var err error
16941694

0 commit comments

Comments
 (0)