Skip to content

Update openshift api#172

Merged
openshift-merge-robot merged 2 commits into
operator-framework:masterfrom
kevinrizza:update-openshift-api
Apr 26, 2019
Merged

Update openshift api#172
openshift-merge-robot merged 2 commits into
operator-framework:masterfrom
kevinrizza:update-openshift-api

Conversation

@kevinrizza
Copy link
Copy Markdown
Member

This pull requests migrates the vendored dependency of the openshift/api project to the latest.
This is being done in preparation for the release of Openshift 4.1

-Update the vendored dependency to github.com/openshift/api
dep ensure -update github.com/openshift/api
-Update the vendored dependency to github.com/openshift/client-go as a
prerequisite
dep ensure -update github.com/openshift/client-go
-Updated all references of ("github.com/openshift/api/config/v1")
configv1.OperatorFailing to configv1.OperatorDegraded
-Updated comments, functions, and variable names to match

-Update the vendored dependency to github.com/openshift/api
`dep ensure -update github.com/openshift/api`
-Update the vendored dependency to github.com/openshift/client-go as a
prerequisite
`dep ensure -update github.com/openshift/client-go`
@openshift-ci-robot openshift-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 25, 2019
@kevinrizza
Copy link
Copy Markdown
Member Author

/cc @soltysh @jwforres @awgreene @galletti94 @anik120 @SamiSousa @JEREMYLINLIN

Trying to put as many eyes on this one as possible.

Thanks guys.

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@kevinrizza: GitHub didn't allow me to request PR reviews from the following users: soltysh, jwforres.

Note that only operator-framework members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @soltysh @jwforres @awgreene @galletti94 @anik120 @SamiSousa @JEREMYLINLIN

Trying to put as many eyes on this one as possible.

Thanks guys.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Copy Markdown
Member

@awgreene awgreene left a comment

Choose a reason for hiding this comment

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

Good work on this @kevinrizza, one nit.

Comment thread pkg/status/status.go Outdated
@@ -339,7 +339,7 @@ func (s *status) monitorClusterStatus() {
case <-s.stopCh:
// If the stopCh is closed, the operator will exit and CO should
// be set to failing.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This should say
// be set to degrading

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@awgreene Nice catch! Updated in latest.

-Updated all references of (`"github.com/openshift/api/config/v1"`)
configv1.OperatorFailing to configv1.OperatorDegraded
-Updated comments, functions, and variable names to match
@kevinrizza
Copy link
Copy Markdown
Member Author

/retest

@awgreene
Copy link
Copy Markdown
Member

/test e2e-aws-upgrade

Copy link
Copy Markdown

@soltysh soltysh left a comment

Choose a reason for hiding this comment

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

lgtm

@tkashem
Copy link
Copy Markdown
Collaborator

tkashem commented Apr 26, 2019

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 26, 2019
@tkashem
Copy link
Copy Markdown
Collaborator

tkashem commented Apr 26, 2019

/approve

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kevinrizza, soltysh, tkashem

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

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 26, 2019
@openshift-merge-robot openshift-merge-robot merged commit 590bc9e into operator-framework:master Apr 26, 2019
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/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants