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

fix(plugins/plugin-kubectl): kubectl get table with mix of existing a… #4493

Merged
merged 1 commit into from
May 7, 2020

Conversation

starpit
Copy link
Contributor

@starpit starpit commented May 7, 2020

…nd non-existing

Fixes #4492

Description of what you did:

My PR is a:

  • 💥 Breaking change
  • 🐛 Bug fix
  • 💅 Enhancement
  • 🚀 New feature

Please confirm that your PR fulfills these requirements

  • Multiple commits are squashed into one commit.
  • The commit message follows Conventional Commits, which allows us to autogenerate release notes; e.g. fix(plugins/plugin-k8s): fixed annoying bugs
  • All npm dependencies are pinned.

@codecov
Copy link

codecov bot commented May 7, 2020

Codecov Report

Merging #4493 into master will decrease coverage by 2.24%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4493      +/-   ##
==========================================
- Coverage   59.04%   56.80%   -2.25%     
==========================================
  Files          75       75              
  Lines        2410     2410              
  Branches      582      582              
==========================================
- Hits         1423     1369      -54     
- Misses        762      805      +43     
- Partials      225      236      +11     
Impacted Files Coverage Δ
packages/core/src/webapp/models/table.ts 70.00% <ø> (-10.00%) ⬇️
packages/core/src/index.ts 0.00% <0.00%> (-100.00%) ⬇️
packages/core/src/models/errors.ts 50.00% <0.00%> (-50.00%) ⬇️
packages/core/src/webapp/themes/persistence.ts 50.00% <0.00%> (-27.42%) ⬇️
packages/core/src/core/userdata.ts 47.22% <0.00%> (-16.67%) ⬇️
packages/core/src/models/history.ts 21.42% <0.00%> (-11.91%) ⬇️
packages/core/src/core/usage-error.ts 45.62% <0.00%> (-2.74%) ⬇️
packages/core/src/repl/exec.ts 72.91% <0.00%> (-2.09%) ⬇️
packages/core/src/repl/enforce-usage.ts 57.69% <0.00%> (-1.93%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8fbdce5...5a086a1. Read the comment docs.

@starpit starpit merged commit 8d98d15 into kubernetes-sigs:master May 7, 2020
@starpit starpit deleted the fix-4492 branch May 7, 2020 16:32
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.

kubectl get pod existing not-existing does not show the existing pod
1 participant