mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Merge pull request #75987 from yastij/event-state-deprecation
deprecate state field of eventSeries on Event API
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -7292,7 +7292,7 @@
|
||||
"description": "Time of the last occurrence observed"
|
||||
},
|
||||
"state": {
|
||||
"description": "State of this Series: Ongoing or Finished",
|
||||
"description": "State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -11352,7 +11352,7 @@
|
||||
"description": "Time when last Event from the series was seen before last heartbeat."
|
||||
},
|
||||
"state": {
|
||||
"description": "Information whether this series is ongoing or finished.",
|
||||
"description": "Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user