NO-JIRA: Expand CAPI to Cluster API and MAPI to Machine API#272
NO-JIRA: Expand CAPI to Cluster API and MAPI to Machine API#272RadekManak wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
@RadekManak: This pull request explicitly references no jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
jeana-redhat
left a comment
There was a problem hiding this comment.
The expansion LGTM. There are other docs convention things that I would suggest changing, but I am guessing you'd prefer to keep commits sort of targeted to one topic.
I guess I can collect other things I notice and maybe open a PR myself later suggestions? In any case, this gives me a very good idea at what attempting something like that would look like.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jeana-redhat, JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/lgtm |
|
/hold |
damdo
left a comment
There was a problem hiding this comment.
A couple of places should not be changed.
The rest looks good.
/unlgtm
| SatisfyAll( | ||
| ContainElement(And(HaveField("Type", Equal(configv1.OperatorAvailable)), HaveField("Status", Equal(configv1.ConditionTrue)), | ||
| HaveField("Message", Equal(fmt.Sprintf("Cluster CAPI Operator is available at %s", desiredOperatorReleaseVersion))))), | ||
| HaveField("Message", Equal(fmt.Sprintf("Cluster Cluster API Operator is available at %s", desiredOperatorReleaseVersion))))), |
| conds := []configv1.ClusterOperatorStatusCondition{ | ||
| operatorstatus.NewClusterOperatorStatusCondition(capiInstallerControllerAvailableCondition, configv1.ConditionTrue, operatorstatus.ReasonAsExpected, | ||
| "CAPI Installer Controller works as expected"), | ||
| "Cluster API Installer Controller works as expected"), |
There was a problem hiding this comment.
All these CAPI Installer Controller should stay as is, as that's the actual controller name.
|
|
||
| if availableConditionMsg == "" { | ||
| availableConditionMsg = fmt.Sprintf("Cluster CAPI Operator is available at %s", r.ReleaseVersion) | ||
| availableConditionMsg = fmt.Sprintf("Cluster Cluster API Operator is available at %s", r.ReleaseVersion) |
96ba6d7 to
9624ac5
Compare
|
New changes are detected. LGTM label has been removed. |
|
/test unit |
|
PR needs rebase. DetailsInstructions 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-sigs/prow repository. |
|
@RadekManak Could you please get this rebased? I think we should prio getting this through |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Comment |
|
/lifecycle frozen |
|
@RadekManak: The DetailsIn response to this:
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-sigs/prow repository. |
|
/remove-lifecycle stale |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/remove-lifecycle stale |
|
@nrb: The DetailsIn response to this:
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-sigs/prow repository. |
|
@RadekManak: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
Expand CAPI to Cluster API and MAPI to Machine api in user facing strings.
This should cover all occurrences, as I have generated this using sed a manually filtered test strings that don't have to follow this convention.