Skip to content

Commit d9e959a

Browse files
authored
docs(k8s): adjust examples (#1509)
1 parent c5bd32b commit d9e959a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,8 @@ type CreateClusterRequest struct {
11981198
// Precisely one of OrganizationID, ProjectID must be set.
11991199
ProjectID *string `json:"project_id,omitempty"`
12001200
// Type: the type of the cluster
1201+
//
1202+
// The type of the cluster (possible values are kapsule, multicloud).
12011203
Type string `json:"type"`
12021204
// Name: the name of the cluster
12031205
Name string `json:"name"`

0 commit comments

Comments
 (0)