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

Add library to interact with operator conditions #43

Conversation

varshaprasad96
Copy link
Member

Description of the change:
This PR removes the previous operator_conditions package and
introduces a Conditions interface, using which one can:

  1. Get an existing condition from the operator conditions CR in cluster.
  2. Create/Update a condition in the operator condition CR.

Motivation for the change:
EP: Operator-Conditions lib

This PR removes the previous operator_conditions package and
introduces a `Conditions` interface, using which one can:
1. Get an existing condition from the operator conditions CR in cluster.
2. Create/Update a condition in the operator condition CR.
Copy link
Member

@jmrodri jmrodri left a comment

Choose a reason for hiding this comment

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

/lgtm
This looks a lot better. Great work!

@openshift-ci-robot openshift-ci-robot added lgtm Indicates that a PR is ready to be merged. and removed lgtm Indicates that a PR is ready to be merged. labels Dec 4, 2020
@varshaprasad96 varshaprasad96 force-pushed the operator-conditions/lib branch 2 times, most recently from 61de90d to c27bcdc Compare December 4, 2020 03:57
@coveralls
Copy link

Pull Request Test Coverage Report for Build 399902217

  • 59 of 61 (96.72%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 77.482%

Changes Missing Coverage Covered Lines Changed/Added Lines %
conditions/conditions.go 51 53 96.23%
Totals Coverage Status
Change from base Build 396659980: 0.1%
Covered Lines: 320
Relevant Lines: 413

💛 - Coveralls

@jmrodri jmrodri changed the title [operator_conditions] Add library to interact with operator conditions Add library to interact with operator conditions Dec 4, 2020
@jmrodri
Copy link
Member

jmrodri commented Dec 4, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 4, 2020
@jmrodri
Copy link
Member

jmrodri commented Dec 4, 2020

/approve

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jmrodri

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

The pull request process is described here

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 Dec 4, 2020
@openshift-merge-robot openshift-merge-robot merged commit 535c2cd into operator-framework:main Dec 4, 2020
@@ -0,0 +1,96 @@
#!/usr/bin/env bash
Copy link
Member

Choose a reason for hiding this comment

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

Nit: this file should be ignored by adding **/testbin/* to the .gitignore.

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants