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 exlude namespace predicate #1041

Closed
wants to merge 1 commit into from

Conversation

dnugmanov
Copy link
Contributor

What this PR does:
Add a predicate function that will exclude specified namespaces from reconciliation, through the env variable

Which issue(s) this PR fixes:
Fixes #1035

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CHANGELOG.md updated (not required for documentation PRs)
  • CLA Signed: DataStax CLA

@dnugmanov dnugmanov requested a review from a team as a code owner August 23, 2023 04:14
@sonarcloud
Copy link

sonarcloud bot commented Aug 23, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
17.1% 17.1% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #1041 (e1b0084) into main (6099857) will decrease coverage by 0.03%.
The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1041      +/-   ##
==========================================
- Coverage   57.43%   57.40%   -0.03%     
==========================================
  Files         100      100              
  Lines       10045    10045              
==========================================
- Hits         5769     5766       -3     
- Misses       3783     3785       +2     
- Partials      493      494       +1     
Files Changed Coverage Δ
...trollers/medusa/medusabackupschedule_controller.go 73.23% <0.00%> (ø)
controllers/config/clientconfig_controller.go 82.48% <100.00%> (ø)
controllers/control/k8ssandratask_controller.go 64.00% <100.00%> (ø)
...ntrollers/k8ssandra/k8ssandracluster_controller.go 75.00% <100.00%> (ø)
controllers/medusa/medusabackupjob_controller.go 58.13% <100.00%> (ø)
controllers/medusa/medusarestorejob_controller.go 56.61% <100.00%> (ø)
controllers/medusa/medusatask_controller.go 48.12% <100.00%> (ø)
controllers/reaper/reaper_controller.go 52.36% <100.00%> (ø)
controllers/replication/secret_controller.go 65.43% <100.00%> (+1.00%) ⬆️
controllers/stargate/stargate_controller.go 46.55% <100.00%> (ø)

... and 2 files with indirect coverage changes

@dnugmanov dnugmanov marked this pull request as draft August 28, 2023 09:00
@dnugmanov dnugmanov closed this Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incremental upgrade of the k8ssandra-operator
1 participant