Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Jul 12, 2023
1 parent 68c6e54 commit 5e7dacf
Show file tree
Hide file tree
Showing 6 changed files with 582 additions and 557 deletions.
9 changes: 5 additions & 4 deletions api/k8s/v1/k8s.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1294,13 +1294,14 @@ message Event {
ObjectKind kind = 7;

// This creation time refers to the metadata creation time, which the server
// marks when the object is created. This is generally the same as the
// `lastTimestamp` and `eventTime` fields in the Event object.
// marks when the object is created.
// https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#ObjectMeta
int64 creation_time_millis = 10;

// type is normal, warning, or error
EventType type = 11;
// type is string so that in the future it is open-ended
string type = 11;

int64 last_timestamp_millis = 12;
}

message ListEventsRequest {
Expand Down
Loading

0 comments on commit 5e7dacf

Please sign in to comment.