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

Implement initial Eventing-manager using Kubebuilder #1

Closed
2 tasks done
Tracked by #2
k15r opened this issue May 22, 2023 · 1 comment
Closed
2 tasks done
Tracked by #2

Implement initial Eventing-manager using Kubebuilder #1

k15r opened this issue May 22, 2023 · 1 comment
Labels
area/eventing Issues or PRs related to eventing

Comments

@k15r
Copy link
Contributor

k15r commented May 22, 2023

Description

As we start from scratch the first step to a fully implemented eventing module is handling the CR. Handling the CR consists of two parts.

  1. Lifecycle manager deploys the module and determines its state using the state field in the status subresource.
  2. Eventing-Manager reacts to the Eventing-CR and updates the state field in the status subresource.

After implementation of this ticket the eventing module will be considered ready by the lifecycle manager. At this time no actual eventing related behaviour is active.

Tasks to be implemented

Acceptance:

  • No actual resources need to be active (api rules, deployments, services).
@k15r k15r mentioned this issue May 22, 2023
42 tasks
@mfaizanse mfaizanse added the area/eventing Issues or PRs related to eventing label May 26, 2023
@mfaizanse mfaizanse changed the title Initial CR handling Implement Eventing-manager May 26, 2023
@mfaizanse mfaizanse changed the title Implement Eventing-manager Implement initial Eventing-manager using Kubebuilder May 26, 2023
@mfaizanse
Copy link
Member

Closing in favor of main EPIC (#2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/eventing Issues or PRs related to eventing
Projects
None yet
Development

No branches or pull requests

2 participants