-
Notifications
You must be signed in to change notification settings - Fork 89
Remove BindableKinds CR from samples #1057
Remove BindableKinds CR from samples #1057
Conversation
/lgtm |
/hold |
/hold |
Signed-off-by: Pavel Macík <[email protected]>
df42f29
to
0e3ed94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baijum, pedjak 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 |
/unhold |
Codecov Report
@@ Coverage Diff @@
## master #1057 +/- ##
=======================================
Coverage 58.87% 58.87%
=======================================
Files 30 30
Lines 1668 1668
=======================================
Hits 982 982
Misses 560 560
Partials 126 126 Continue to review full report at Codecov.
|
Motivation
Currently, sample
BindableKinds
CR included in CSV does not contain.spec
bloc, because its API does not have Spec in.That fails
basic-check-spec-test
of OperatorSDK's scorecard tests.BindableKinds
is supposed to be a singleton instance in a cluster and is only used by the operator to publish set of bindable kinds. The CRs are not supposed to be created by users and therefore having an example for users does not make much sense.Changes
This PR:
BindableKinds
Testing