Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions api/client/cluster/get_ssh_key_pair_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 0 additions & 74 deletions api/models/v1_cluster_credentials_request.go

This file was deleted.

34 changes: 0 additions & 34 deletions api/models/v1_s3_partition_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 0 additions & 31 deletions cloud-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1557,21 +1557,6 @@
"networkAccessType"
]
},
"v1.ClusterCredentialsRequest": {
"properties": {
"omitvpn": {
"description": "if set to true, returning vpn credentials are omitted, the reason does not need to provided",
"type": "boolean"
},
"reason": {
"description": "reason why the vpn key is requested, typically an incident number with short description",
"type": "string"
}
},
"required": [
"reason"
]
},
"v1.ClusterCredentialsResponse": {
"properties": {
"Kubeconfig": {
Expand Down Expand Up @@ -5119,12 +5104,6 @@
},
"v1.S3PartitionResponse": {
"properties": {
"classification": {
"type": "string"
},
"description": {
"type": "string"
},
"endpoint": {
"type": "string"
},
Expand All @@ -5136,8 +5115,6 @@
}
},
"required": [
"classification",
"description",
"endpoint",
"id",
"ready"
Expand Down Expand Up @@ -8150,14 +8127,6 @@
"name": "id",
"required": true,
"type": "string"
},
{
"in": "body",
"name": "body",
"required": true,
"schema": {
"$ref": "#/definitions/v1.ClusterCredentialsRequest"
}
}
],
"produces": [
Expand Down