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

Patch NEG version into features.go and add more docs for features package #384

Merged
merged 2 commits into from
Jun 29, 2018

Conversation

MrHohn
Copy link
Member

@MrHohn MrHohn commented Jun 29, 2018

func (sp ServicePort) Version() meta.Version is deprecated, new feature version logic should be added to features.go instead.

Still working on fixing the unit test.
/assign @freehan @agau4779

@k8s-ci-robot
Copy link
Contributor

@MrHohn: GitHub didn't allow me to assign the following users: agau4779.

Note that only kubernetes members and repo collaborators can be assigned.

In response to this:

func (sp ServicePort) Version() meta.Version is deprecated, new feature version logic should be added to features.go instead.

Still working on fixing the unit test.
/assign @freehan @agau4779

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 29, 2018
@MrHohn MrHohn force-pushed the remove-unused-version-caller branch from 962ec4d to 37b18c4 Compare June 29, 2018 23:17
(fakeGCE.Compute().(*cloud.MockGCE)).MockBackendServices.InsertHook = func(ctx context.Context, key *meta.Key, be *compute.BackendService, m *cloud.MockBackendServices) (bool, error) {
return insertFunc(ctx, key, be.Name)
}
(fakeGCE.Compute().(*cloud.MockGCE)).MockBetaBackendServices.InsertHook = func(ctx context.Context, key *meta.Key, be *computebeta.BackendService, m *cloud.MockBetaBackendServices) (bool, error) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Added a Beta hook here as well.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 29, 2018
Copy link
Contributor

@freehan freehan left a comment

Choose a reason for hiding this comment

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

/lgtm

@MrHohn MrHohn mentioned this pull request Jun 29, 2018
@freehan freehan merged commit 2c38ef2 into kubernetes:master Jun 29, 2018
MrHohn added a commit that referenced this pull request Jul 9, 2018
Cherrypick #381and #384 into release-1.2
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