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 unneeded label #55

Merged
merged 2 commits into from
Jan 31, 2018

Conversation

maleck13
Copy link
Contributor

Describe what this PR does and why we need it:
the apbs now create the label on the service instance.
Changes proposed in this pull request

  • remove the serviceName label

@@ -364,7 +364,7 @@ Run the "mobile get services" command from this tool to see which services are a
if noWait {
return nil
}
w, err := sc.scClient.ServicecatalogV1beta1().ServiceInstances(ns).Watch(metav1.ListOptions{LabelSelector: "id=" + sid})
w, err := sc.scClient.ServicecatalogV1beta1().ServiceInstances(ns).Watch(metav1.ListOptions{LabelSelector: "serviceName=" + validServiceName})
Copy link
Contributor

Choose a reason for hiding this comment

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

The CLI still adds the id label, so i guess we don't have to change this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep not used now so can probably be removed

Copy link
Contributor

@pb82 pb82 left a comment

Choose a reason for hiding this comment

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

LGTM, just a small question. I'll send PRs to add the serviceName to the other apbs (ups and 3scale still missing)

@maleck13
Copy link
Contributor Author

@dimitraz making you aware of this change

@maleck13 maleck13 closed this Jan 31, 2018
@maleck13 maleck13 reopened this Jan 31, 2018
@maleck13 maleck13 requested a review from philbrookes January 31, 2018 08:36
@maleck13 maleck13 merged commit 3e76edd into aerogear-attic:master Jan 31, 2018
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.

3 participants