mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
deprecate count field on Event API
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -7282,7 +7282,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"
|
||||
}
|
||||
},
|
||||
@@ -11330,7 +11330,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