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

GetBootstrapSecurityContextConstraints: change return type to a slice of pointers #15924

Conversation

php-coder
Copy link
Contributor

Extracted from #15923 (comment):

It turned out that in all the places we need []*SecurityContextConstraints. This PR updates GetBootstrapSecurityContextConstraints function to return this type. This change simplify our code.

PTAL @pweil- @adelton
CC @simo5

@openshift-merge-robot openshift-merge-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 23, 2017
@php-coder
Copy link
Contributor Author

Test flake #13966
/test unit

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 24, 2017
@php-coder php-coder force-pushed the scc_change_bootstrap_func_result branch from 8c849c0 to a3cd039 Compare August 24, 2017 09:50
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 24, 2017
@php-coder
Copy link
Contributor Author

Test flake #15912
/test extended_templates

@php-coder
Copy link
Contributor Author

@mfojtik PTAL

Copy link
Contributor

@pweil- pweil- left a comment

Choose a reason for hiding this comment

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

I have no objections but will note that this doesn't follow the pattern for other Get methods

@php-coder
Copy link
Contributor Author

Ping.

@pweil-
Copy link
Contributor

pweil- commented Aug 28, 2017

/lgtm
/approve

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

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: php-coder, pweil-

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

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

@openshift-merge-robot openshift-merge-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 28, 2017
@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue (batch tested with PRs 15964, 15624, 15924)

@openshift-merge-robot openshift-merge-robot merged commit 1f2388e into openshift:master Aug 28, 2017
@php-coder php-coder deleted the scc_change_bootstrap_func_result branch August 28, 2017 18:48
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. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants