Skip to content

Commit 24fe89d

Browse files
authored
fix(containers): update doc descriptions with correct wording (scaleway#2382)
1 parent 1be16fa commit 24fe89d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/container/v1beta1/container_sdk.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,7 +2468,7 @@ func (s *API) DeleteCron(req *DeleteCronRequest, opts ...scw.RequestOption) (*Cr
24682468
return &resp, nil
24692469
}
24702470

2471-
// ListDomains: List all domain name bindings in a specified region.
2471+
// ListDomains: List all custom domains in a specified region.
24722472
func (s *API) ListDomains(req *ListDomainsRequest, opts ...scw.RequestOption) (*ListDomainsResponse, error) {
24732473
var err error
24742474

@@ -2507,7 +2507,7 @@ func (s *API) ListDomains(req *ListDomainsRequest, opts ...scw.RequestOption) (*
25072507
return &resp, nil
25082508
}
25092509

2510-
// GetDomain: Get a domain name binding for the container with the specified ID.
2510+
// GetDomain: Get a custom domain for the container with the specified ID.
25112511
func (s *API) GetDomain(req *GetDomainRequest, opts ...scw.RequestOption) (*Domain, error) {
25122512
var err error
25132513

@@ -2538,7 +2538,7 @@ func (s *API) GetDomain(req *GetDomainRequest, opts ...scw.RequestOption) (*Doma
25382538
return &resp, nil
25392539
}
25402540

2541-
// CreateDomain: Create a domain name binding for the container with the specified ID.
2541+
// CreateDomain: Create a custom domain for the container with the specified ID.
25422542
func (s *API) CreateDomain(req *CreateDomainRequest, opts ...scw.RequestOption) (*Domain, error) {
25432543
var err error
25442544

@@ -2570,7 +2570,7 @@ func (s *API) CreateDomain(req *CreateDomainRequest, opts ...scw.RequestOption)
25702570
return &resp, nil
25712571
}
25722572

2573-
// DeleteDomain: Delete the domain name binding with the specific ID.
2573+
// DeleteDomain: Delete the custom domain with the specific ID.
25742574
func (s *API) DeleteDomain(req *DeleteDomainRequest, opts ...scw.RequestOption) (*Domain, error) {
25752575
var err error
25762576

0 commit comments

Comments
 (0)