Skip to content

Commit

Permalink
update swagger doc
Browse files Browse the repository at this point in the history
Signed-off-by: mszacillo <[email protected]>
  • Loading branch information
mszacillo committed Oct 25, 2024
1 parent f2e3e8f commit e9c4278
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -20026,7 +20026,6 @@
"description": "FailoverHistoryItem represents either a failover event in the history.",
"type": "object",
"required": [
"fromCluster",
"reason",
"startTime",
"clustersBeforeFailover",
Expand All @@ -20049,11 +20048,6 @@
"$ref": "#/definitions/com.github.karmada-io.karmada.pkg.apis.work.v1alpha2.TargetCluster"
}
},
"fromCluster": {
"description": "FromCluster which cluster the eviction perform from.",
"type": "string",
"default": ""
},
"preservedLabelState": {
"description": "PreservedLabelState represents the application state information collected from the original cluster, and it will be injected into the new cluster in the form of application labels.",
"type": "object",
Expand Down

0 comments on commit e9c4278

Please sign in to comment.