Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Prereqs for validating service instance #244

Merged
merged 2 commits into from
Feb 14, 2018
Merged

Conversation

wryun
Copy link
Contributor

@wryun wryun commented Feb 13, 2018

Scaffolding (informers) set up, no actual validation yet. Smaller PRs?

Part of #187

@@ -117,6 +118,10 @@ func (a *App) Run(ctx context.Context) error {
if err != nil {
return err
}
var catalogger *catalog.Catalog
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm really unhappy with the naming for this one, but I'm not sure what it should be.

Copy link
Contributor

Choose a reason for hiding this comment

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

hmm, var catalogClient *catalog.Client is go ish?

Scaffolding (informers) set up, no actual validation yet.
ExternalID: servicePlanName,
},
},
}...)...,
Copy link
Contributor

Choose a reason for hiding this comment

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

more dots

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah... this was a bit silly. I was a little bit too keen to write it as one expression, I guess.

@wryun
Copy link
Contributor Author

wryun commented Feb 14, 2018

I think I've addressed what we talked about @ash2k , but I probably missed something...

@wryun wryun force-pushed the 187-validate-service-instance branch from 9cde6f4 to 95d8016 Compare February 14, 2018 06:01
@wryun wryun force-pushed the 187-validate-service-instance branch from 95d8016 to 136fc0a Compare February 14, 2018 06:10
Copy link
Contributor

@ash2k ash2k left a comment

Choose a reason for hiding this comment

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

👍

@ash2k ash2k merged commit a6c231d into master Feb 14, 2018
@ash2k ash2k deleted the 187-validate-service-instance branch April 9, 2018 08:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants