Skip to content

Commit 25867a5

Browse files
authored
docs(k8s): add note (#1822)
1 parent 15e9c42 commit 25867a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ type SetClusterTypeRequest struct {
14521452
}
14531453

14541454
// SetClusterType: change the Cluster type.
1455-
// Change the type of a specific Kubernetes cluster.
1455+
// Change the type of a specific Kubernetes cluster. To see the possible values you can enter for the `type` field, [list available cluster types](#path-clusters-list-available-cluster-types-for-a-cluster).
14561456
func (s *API) SetClusterType(req *SetClusterTypeRequest, opts ...scw.RequestOption) (*Cluster, error) {
14571457
var err error
14581458

0 commit comments

Comments
 (0)