deprecate count field on Event API

This commit is contained in:
Yassine TIJANI
2019-04-02 16:19:02 +02:00
parent 2792f1a24e
commit 0f3e9ca700
8 changed files with 9 additions and 4 deletions

View File

@@ -4172,6 +4172,7 @@ type EventSeries struct {
// Time of the last occurrence observed
LastObservedTime metav1.MicroTime
// State of this Series: Ongoing or Finished
// Deprecated. Planned removal for 1.18
State EventSeriesState
}