Skip to content
Permalink
Browse files

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

deprecate state field of eventSeries on Event API
  • Loading branch information...
k8s-ci-robot committed May 3, 2019
2 parents 005eb53 + 0f3e9ca commit 8136cfc512754e0b3a943acc2a0d12aa3903e019

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.
@@ -4159,6 +4159,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
}

@@ -1218,6 +1218,7 @@ message EventSeries {
optional k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;

// State of this Series: Ongoing or Finished
// Deprecated. Planned removal for 1.18
optional string state = 3;
}

@@ -4704,6 +4704,7 @@ type EventSeries struct {
// Time of the last occurrence observed
LastObservedTime metav1.MicroTime `json:"lastObservedTime,omitempty" protobuf:"bytes,2,name=lastObservedTime"`
// State of this Series: Ongoing or Finished
// Deprecated. Planned removal for 1.18
State EventSeriesState `json:"state,omitempty" protobuf:"bytes,3,name=state"`
}

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.
@@ -116,6 +116,7 @@ message EventSeries {
optional k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;

// Information whether this series is ongoing or finished.
// Deprecated. Planned removal for 1.18
optional string state = 3;
}

@@ -96,6 +96,7 @@ type EventSeries struct {
// Time when last Event from the series was seen before last heartbeat.
LastObservedTime metav1.MicroTime `json:"lastObservedTime" protobuf:"bytes,2,opt,name=lastObservedTime"`
// Information whether this series is ongoing or finished.
// Deprecated. Planned removal for 1.18
State EventSeriesState `json:"state" protobuf:"bytes,3,opt,name=state"`
}

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.

0 comments on commit 8136cfc

Please sign in to comment.
You can’t perform that action at this time.