Skip to content

Conversation

@bparees
Copy link
Contributor

@bparees bparees commented Sep 18, 2017

fixes #16383

@openshift-merge-robot openshift-merge-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-api-review labels Sep 18, 2017
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 18, 2017
@openshift-ci-robot openshift-ci-robot removed the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 18, 2017
@bparees
Copy link
Contributor Author

bparees commented Sep 18, 2017

@jim-minter updated, ptal.

@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Sep 18, 2017
@bparees
Copy link
Contributor Author

bparees commented Sep 18, 2017

@jim-minter ok now this is ready for review.

@bparees
Copy link
Contributor Author

bparees commented Sep 18, 2017

/unassign @smarterclayton
/unassign @mfojtik
/assign @jim-minter

}

type ParameterSchema struct {
Create map[string]interface{} `json:"create,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

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

you don't want to make Create of type struct {
OpenShiftFormDefinition []string json:"openshift_form_definition,omitempty"
}
?

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 guess that would make sense :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated.

Copy link
Contributor

@jim-minter jim-minter left a comment

Choose a reason for hiding this comment

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

2 nits then lgtm


noDescriptionProvided = "No description provided."

openshiftFormDefinitionKey = "openshift_form_definition"
Copy link
Contributor

Choose a reason for hiding this comment

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

now superfluous

Create map[string]*jsschema.Schema `json:"create,omitempty"`
}

type ParameterSchemas struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

comment that this is an OpenShift extension

@bparees
Copy link
Contributor Author

bparees commented Sep 18, 2017 via email

@bparees
Copy link
Contributor Author

bparees commented Sep 18, 2017

/retest

@jim-minter
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 18, 2017
@openshift-merge-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bparees, jim-minter

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@bparees
Copy link
Contributor Author

bparees commented Sep 19, 2017 via email

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue

@openshift-merge-robot openshift-merge-robot merged commit b76b0a9 into openshift:master Sep 19, 2017
@bparees
Copy link
Contributor Author

bparees commented Sep 19, 2017

@gabemontero fyi this PR added another reference to the username parameter that will need to be removed in your PR.

@bparees bparees deleted the ordering branch September 22, 2017 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. needs-api-review 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.

Template service broker can specify parameter ordering

6 participants