Skip to content
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

Merged
merged 1 commit into from
Jan 14, 2015

Conversation

saad-ali
Copy link
Member

Closes #3172

Removes the CONDITION column from "kubectl get events" output and from the Event object
See #3172 for rational

@thockin
Copy link
Member

thockin commented Jan 14, 2015

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"`
Copy link
Member

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?

@lavalamp
Copy link
Member

LGTM-- just a few nits

@saad-ali
Copy link
Member Author

Nits addressed. Commits squashed.

@saad-ali
Copy link
Member Author

E2E looks good:
2015/01/14 14:05:33 Passed tests: basic.sh[1/1] certs.sh[1/1] goe2e.sh[1/1] guestbook.sh[1/1] liveness.sh[1/1] monitoring.sh[1/1] pd.sh[1/1] private.sh[1/1] services.sh[1/1] update.sh[1/1]
2015/01/14 14:05:33 Flaky tests:
2015/01/14 14:05:33 Failed tests:
2015/01/14 14:05:33 Success!

# *** 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
@lavalamp
Copy link
Member

LGTM, will merge when travis finishes.

lavalamp added a commit that referenced this pull request Jan 14, 2015
Remove CONDITION from event object completely
@lavalamp lavalamp merged commit c13ae34 into kubernetes:master Jan 14, 2015
@saad-ali saad-ali deleted the fix3172 branch January 14, 2015 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove CONDITION from event completely
3 participants