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

Allow LoadBalancer services #335

Merged
merged 1 commit into from
Jun 13, 2018
Merged

Conversation

nicksardo
Copy link
Contributor

No description provided.

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 13, 2018
}

// ErrSvcNotFound is returned when a service is not found.
type ErrSvcNotFound struct {
Service types.NamespacedName
}

// Error returns the name of the misisng service.
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: fix spelling of word missing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice catch

@rramkumar1
Copy link
Contributor

@nicksardo Good to merge after that spelling fix.

@nicksardo nicksardo added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 13, 2018
@nicksardo nicksardo merged commit 84b0c0c into kubernetes:master Jun 13, 2018
@nicksardo nicksardo deleted the lb-svc branch June 14, 2018 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants