pravega / pravega-operator

Pravega Kubernetes Operator
Apache License 2.0
41 stars 38 forks source link

Issue 638: Adding support for customized containers and env to segmentstore pods #639

Closed anishakj closed 1 year ago

anishakj commented 1 year ago

Signed-off-by: anisha.kj anisha.kj@dell.com

Change log description

Added support to customize segment store conatainers, env and volumes.

Purpose of the change

Fixes #638

What the code does

Added new fields in Pravega spec for containers, env, and volumes for segment store pods

How to verify it

Verified that able to customize these fields

codecov-commenter commented 1 year ago

Codecov Report

Base: 82.87% // Head: 82.75% // Decreases project coverage by -0.12% :warning:

Coverage data is based on head (c10ccc2) compared to base (4d2f367). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #639 +/- ## ========================================== - Coverage 82.87% 82.75% -0.13% ========================================== Files 17 17 Lines 4077 4083 +6 ========================================== Hits 3379 3379 - Misses 564 567 +3 - Partials 134 137 +3 ``` | [Impacted Files](https://codecov.io/gh/pravega/pravega-operator/pull/639?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega) | Coverage Δ | | |---|---|---| | [api/v1beta1/pravega.go](https://codecov.io/gh/pravega/pravega-operator/pull/639/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-YXBpL3YxYmV0YTEvcHJhdmVnYS5nbw==) | `98.88% <ø> (ø)` | | | [controllers/pravega\_segmentstore.go](https://codecov.io/gh/pravega/pravega-operator/pull/639/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-Y29udHJvbGxlcnMvcHJhdmVnYV9zZWdtZW50c3RvcmUuZ28=) | `98.70% <0.00%> (-1.30%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.