-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat(metrics-operator): add AnalysisValueTemplate CRD #1822
feat(metrics-operator): add AnalysisValueTemplate CRD #1822
Conversation
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1822 +/- ##
==========================================
- Coverage 83.46% 83.44% -0.03%
==========================================
Files 135 136 +1
Lines 8290 8292 +2
==========================================
Hits 6919 6919
- Misses 1117 1118 +1
- Partials 254 255 +1
... and 2 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
…value-template # Conflicts: # docs/content/en/docs/crd-ref/metrics/v1alpha3/_index.md # metrics-operator/api/v1alpha3/zz_generated.deepcopy.go
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
…value-template # Conflicts: # docs/content/en/docs/crd-ref/metrics/v1alpha3/_index.md # metrics-operator/PROJECT # metrics-operator/api/v1alpha3/zz_generated.deepcopy.go # metrics-operator/config/crd/kustomization.yaml
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Closes #1759
This PR adds the
AnalysisValueTemplate
CRD and a simple Kuttl test to verify that we can apply instances of this custom resource to a cluster.