Merge pull request #75987 from yastij/event-state-deprecation

deprecate state field of eventSeries on Event API
This commit is contained in:
Kubernetes Prow Robot
2019-05-03 01:02:21 -07:00
committed by GitHub
8 changed files with 9 additions and 4 deletions

View File

@@ -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"
}
},