File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 6132
6132
"deleting",
6133
6133
"error",
6134
6134
"rotating-ccm-credentials",
6135
+ "rotating-csi-credentials",
6135
6136
"running",
6136
6137
"suspending",
6137
6138
"updating",
17880
17881
"operationId": "evict-instance-pool-members"
17881
17882
}
17882
17883
},
17884
+ "/sks-cluster/{id}/rotate-csi-credentials": {
17885
+ "put": {
17886
+ "tags": [
17887
+ "sks"
17888
+ ],
17889
+ "responses": {
17890
+ "200": {
17891
+ "description": "200",
17892
+ "content": {
17893
+ "application/json": {
17894
+ "schema": {
17895
+ "$ref": "#/components/schemas/operation"
17896
+ }
17897
+ }
17898
+ }
17899
+ }
17900
+ },
17901
+ "description": "",
17902
+ "parameters": [
17903
+ {
17904
+ "in": "path",
17905
+ "required": true,
17906
+ "name": "id",
17907
+ "schema": {
17908
+ "type": "string",
17909
+ "format": "uuid"
17910
+ }
17911
+ }
17912
+ ],
17913
+ "summary": "Rotate Exoscale CSI credentials",
17914
+ "operationId": "rotate-sks-csi-credentials"
17915
+ }
17916
+ },
17883
17917
"/dbaas-grafana/{service-name}/user/{username}/password/reset": {
17884
17918
"put": {
17885
17919
"tags": [
You can’t perform that action at this time.
0 commit comments