Skip to content

Commit 2fe9ea9

Browse files
OAS Update
1 parent 9659577 commit 2fe9ea9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

services/ske/v1/ske.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@
243243
"type": "string"
244244
},
245245
"phase": {
246-
"description": "Phase of the credentials rotation. \"Never\" indicates that no credentials rotation has been performed using the new credentials rotation endpoints yet. Using the deprecated \"/v1/projects/{project_id}/clusters/{cluster_name}/rotate-credentials\" endpoint will not update this status field.",
246+
"description": "Phase of the credentials rotation. \"NEVER\" indicates that no credentials rotation has been performed using the new credentials rotation endpoints yet. Using the deprecated \"/v1/projects/{project_id}/clusters/{cluster_name}/rotate-credentials\" endpoint will not update this status field.",
247247
"enum": [
248-
"Never",
249-
"Preparing",
250-
"Prepared",
251-
"Completing",
252-
"Completed"
248+
"NEVER",
249+
"PREPARING",
250+
"PREPARED",
251+
"COMPLETING",
252+
"COMPLETED"
253253
],
254254
"type": "string"
255255
}

0 commit comments

Comments
 (0)