Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d28b51f8
Commit
d28b51f8
authored
Jan 14, 2015
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document fields, fix presubmit
parent
4e539001
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
types.go
pkg/api/v1beta1/types.go
+1
-1
types.go
pkg/api/v1beta2/types.go
+1
-1
No files found.
pkg/api/v1beta1/types.go
View file @
d28b51f8
...
...
@@ -825,7 +825,7 @@ type Event struct {
// TODO: provide exact specification for format.
Source
string
`json:"source,omitempty" description:"component reporting this event; short machine understandable string"`
// Host name on which the event is generated.
Host
string
`json:"host,omitempty"`
Host
string
`json:"host,omitempty"
description:"host name on which this event was generated"
`
// The time at which the client recorded the event. (Time of server receipt is in TypeMeta.)
Timestamp
util
.
Time
`json:"timestamp,omitempty" description:"time at which the client recorded the event"`
...
...
pkg/api/v1beta2/types.go
View file @
d28b51f8
...
...
@@ -799,7 +799,7 @@ type Event struct {
Source
string
`json:"source,omitempty" description:"component reporting this event; short machine understandable string"`
// Host name on which the event is generated.
Host
string
`json:"host,omitempty"`
Host
string
`json:"host,omitempty"
description:"host name on which this event was generated"
`
// The time at which the client recorded the event. (Time of server receipt is in TypeMeta.)
Timestamp
util
.
Time
`json:"timestamp,omitempty" description:"time at which the client recorded the event"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment