Closed oliveiraxavier closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 30.24390%
with 143 lines
in your changes missing coverage. Please review.
Project coverage is 43.65%. Comparing base (
673c21e
) to head (1babf0e
).
Files with missing lines | Patch % | Lines |
---|---|---|
pkg/kor/delete.go | 1.53% | 64 Missing :warning: |
pkg/kor/argorollouts.go | 54.16% | 15 Missing and 7 partials :warning: |
pkg/kor/all.go | 11.76% | 15 Missing :warning: |
cmd/kor/argorollouts.go | 0.00% | 10 Missing :warning: |
pkg/kor/kor.go | 0.00% | 10 Missing :warning: |
pkg/kor/exporter.go | 0.00% | 7 Missing :warning: |
pkg/kor/multi.go | 40.00% | 6 Missing :warning: |
cmd/kor/all.go | 0.00% | 2 Missing :warning: |
cmd/kor/deployments.go | 0.00% | 2 Missing :warning: |
cmd/kor/exporter.go | 0.00% | 2 Missing :warning: |
... and 2 more |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I like the direction of this PR, still need to get around to a code review... On a more general level,
kor all
I want to only show native resources and show cords using a flag --include-crds
Gosto da direção deste PR, ainda preciso fazer uma revisão de código... Em um nível mais geral,
- Quero colocar o código crds em uma pasta separada dos recursos regulares
- ao chamar,
kor all
quero mostrar apenas recursos nativos e mostrar cordões usando um sinalizador--include-crds
- precisamos ter certeza de que o kor não travará quando este crd não existir no cluster
I understood. I liked your idea. Can I work on this? If you agree, I will close this PR
Gosto da direção deste PR, ainda preciso fazer uma revisão de código... Em um nível mais geral,
- Quero colocar o código crds em uma pasta separada dos recursos regulares
- ao chamar,
kor all
quero mostrar apenas recursos nativos e mostrar cordões usando um sinalizador--include-crds
- precisamos ter certeza de que o kor não travará quando este crd não existir no cluster
I understood. I liked your idea. Can I work on this? If you agree, I will close this PR
Yes. You can make these changes in this PR and this will be the first crd
What this PR does / why we need it?
PR Checklist
This PR adds support for rollout type types (Argo Rollouts)