felixfbecker / PSKubectl

kubectl with the power of the object pipeline
MIT License
61 stars 9 forks source link

feat: add Remove-KubePod cmdlet #16

Closed felixfbecker closed 5 years ago

felixfbecker commented 5 years ago

Blocked by https://github.com/tintoy/dotnet-kube-client/issues/51

codecov[bot] commented 5 years ago

Codecov Report

Merging #16 into master will decrease coverage by 18.8%. The diff coverage is 90%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #16       +/-   ##
===========================================
- Coverage   46.32%   27.52%   -18.81%     
===========================================
  Files          25       26        +1     
  Lines         762      792       +30     
===========================================
- Hits          353      218      -135     
- Misses        409      574      +165
Impacted Files Coverage Δ
src/Cmdlets/RemoveKubePodCmdlet.cs 90% <90%> (ø)
src/PSObjectJsonConverter.cs 0% <0%> (-70%) :arrow_down:
src/KubeResourceComparer.cs 0% <0%> (-53.95%) :arrow_down:
src/Cmdlets/UpdateKubeResourceCmdlet.cs 29.41% <0%> (-43.14%) :arrow_down:
src/ObjectExtensions.cs 24.13% <0%> (-34.49%) :arrow_down:

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 2f2cd2d...9490611. Read the comment docs.

felixfbecker commented 5 years ago

:tada: This PR is included in version 0.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: