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

fix(matchLabels): call BaseObject constructor with correct arguments #91

Merged
merged 1 commit into from
Mar 9, 2017

Conversation

silasbw
Copy link
Contributor

@silasbw silasbw commented Mar 9, 2017

1 changed BaseObject so that its properties were no longer a
superset of the options BaseObject construtor argument (specifically
removing the name property). That broke .match() and
.matchLabels() which depended on that property.

Fixes: #90

[1] changed BaseObject so that its properties were no longer a
superset of the `options` BaseObject construtor argument (specifically
removing the `name` property). That broke `.match()` and
`.matchLabels()` which depended on that property.

Fixes: #90

[1]:d083f93#diff-86b75ecfbd25aa771c8e9e0dff8eb00fL25
@jcrugzz
Copy link
Collaborator

jcrugzz commented Mar 9, 2017

LGTM 👍

@jcrugzz jcrugzz merged commit 9e1f2d6 into master Mar 9, 2017
@jcrugzz jcrugzz deleted the fix0 branch March 9, 2017 14:50
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