-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove CONDITION from event object completely #3445
Conversation
I am good with this. @lavalamp ? |
@@ -825,7 +826,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:"name on which the event is generated"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
location of component reporting this event?
LGTM-- just a few nits |
Nits addressed. Commits squashed. |
E2E looks good: |
# *** ERROR: *** Some files have not been gofmt'd. To fix these # errors, run gofmt -s -w <file>, or cut and paste the following: # gofmt -s -w pkg/kubecfg/resource_printer.go pkg/proxy/config/config.go pkg/runtime/types.go # # Your commit will be aborted unless you override this warning. To # commit in spite of these format errors, delete the following line: # COMMIT_BLOCKED_ON_GOFMT
LGTM, will merge when travis finishes. |
Remove CONDITION from event object completely
Closes #3172
Removes the
CONDITION
column from "kubectl get events" output and from theEvent
objectSee #3172 for rational