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 publisher service in the Eventing CR status #283

Conversation

marcobebway
Copy link
Contributor

Description

Add publisher service in the Eventing CR status.

Related issue(s)

@marcobebway marcobebway requested a review from a team as a code owner December 5, 2023 17:36
@marcobebway marcobebway linked an issue Dec 5, 2023 that may be closed by this pull request
1 task
@marcobebway marcobebway self-assigned this Dec 5, 2023
@kyma-bot kyma-bot added the cla: yes Indicates the PR's author has signed the CLA. label Dec 5, 2023
@marcobebway marcobebway added area/eventing Issues or PRs related to eventing and removed cla: yes Indicates the PR's author has signed the CLA. labels Dec 5, 2023
@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cla: yes Indicates the PR's author has signed the CLA. labels Dec 5, 2023
@marcobebway marcobebway force-pushed the 270-add-publish-endpoint-to-eventing-cr-status branch 2 times, most recently from a28f691 to 61d5148 Compare December 5, 2023 17:52
@marcobebway
Copy link
Contributor Author

/hold

@kyma-bot kyma-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 5, 2023
@marcobebway marcobebway requested a review from a team as a code owner December 5, 2023 19:18
@kyma-bot kyma-bot added the area/documentation Issues or PRs related to documentation label Dec 5, 2023
@marcobebway marcobebway force-pushed the 270-add-publish-endpoint-to-eventing-cr-status branch 4 times, most recently from e8ab0ec to d5497c0 Compare December 6, 2023 17:49
@marcobebway marcobebway force-pushed the 270-add-publish-endpoint-to-eventing-cr-status branch from d5497c0 to cc88e69 Compare December 6, 2023 18:10
@marcobebway
Copy link
Contributor Author

/hold cancel

@kyma-bot kyma-bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 6, 2023
@kyma-bot kyma-bot added the lgtm Looks good to me! label Dec 7, 2023
@marcobebway
Copy link
Contributor Author

/hold

@kyma-bot kyma-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 7, 2023
@marcobebway
Copy link
Contributor Author

/hold cancel

@kyma-bot kyma-bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 7, 2023
@@ -153,29 +154,37 @@ func (r *Reconciler) updateStatus(ctx context.Context, oldEventing, newEventing
return nil
}

func (r *Reconciler) handleEventingState(ctx context.Context, deployment *kappsv1.Deployment, eventing *operatorv1alpha1.Eventing, log *zap.SugaredLogger) (kctrl.Result, error) {
func (r *Reconciler) handleEventingState(ctx context.Context, deployment *kappsv1.Deployment,
eventingCR *operatorv1alpha1.Eventing, log *zap.SugaredLogger,
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: eventingCR is nicer, but I think everywhere else it's called eventing. Keep it eventingCR here, but open an issue for consistent naming?

@kyma-bot kyma-bot merged commit 5c4f107 into kyma-project:main Dec 8, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Issues or PRs related to documentation area/eventing Issues or PRs related to eventing cla: yes Indicates the PR's author has signed the CLA. lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add EPP endpoint into eventing-CR status sub resource
4 participants