-
Notifications
You must be signed in to change notification settings - Fork 14
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
rte: metrics: merge manifests into existing manifests handling #1130
Conversation
Introduce higher-level objectstate/rte Manifests object to enable future integration between deployer manifests and operator-specific RTE metrics manifests. This change only create room for the future integration adding a higher level object. No changes in behavior besides required API changes. Signed-off-by: Francesco Romani <[email protected]>
Incorporate the operator-specific metrics manifests in the newly introduced higher level objectstate Manifests. This enables us to remove all the custom code. Signed-off-by: Francesco Romani <[email protected]>
add coding shortcuts to remove the repetitive code. No intended changes in behavior. Signed-off-by: Francesco Romani <[email protected]>
/cc @rbaturov |
make sure to render the Service manifests in render mode. Signed-off-by: Francesco Romani <[email protected]>
I really like these changes. |
/approve Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani, Tal-or 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 |
instead of having very custom processing of RTE metrics manifests, generalize the current RTE manifests handling and merge the metrics manifests in this flow. Benefits are more common code and less special cases. No expected changes in the operator behavior.