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

add descriptions to PodCondition struct tags #4546

Merged
merged 1 commit into from
Feb 18, 2015

Conversation

mikedanese
Copy link
Member

Per #4542
/cc @bgrant0607

@@ -445,8 +445,8 @@ const (

// TODO: add LastTransitionTime, Reason, Message to match NodeCondition api.
type PodCondition struct {
Kind PodConditionKind `json:"kind"`
Status ConditionStatus `json:"status"`
Kind PodConditionKind `json:"kind" description:"kind of the condition, currently only ready"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make the capitalization match the constants.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed and for node condition too.

@bgrant0607
Copy link
Member

Thanks much for the quick PR.

@bgrant0607
Copy link
Member

LGTM

bgrant0607 added a commit that referenced this pull request Feb 18, 2015
add descriptions to PodCondition struct tags
@bgrant0607 bgrant0607 merged commit 079e70e into kubernetes:master Feb 18, 2015
@mikedanese mikedanese deleted the hook-fix branch February 18, 2015 21:41
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.

2 participants