AmadeusITGroup / workflow-controller

Kubernetes workflow controller
Apache License 2.0
24 stars 15 forks source link

Implement Kubectl plugin #65

Closed clamoriniere1A closed 6 years ago

clamoriniere1A commented 6 years ago

Implement a kubectl plugin for showing Workflow CR info with the command line: kubectl plugin workflow

example:

> kubectl plugin workflow
NAME            NAMESPACE  STATUS    STEPS  CURRENT STEP(S)  JOB(S) STATUS
hello-workflow  default    Running   2/2    two              wfl-hello-workflow-one-kjxfc(Complete),wfl-hello-workflow-two-rj5x6(Running)
codecov-io commented 6 years ago

Codecov Report

Merging #65 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #65   +/-   ##
======================================
  Coverage    29.6%   29.6%           
======================================
  Files          14      14           
  Lines        1135    1135           
======================================
  Hits          336     336           
  Misses        773     773           
  Partials       26      26

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 724977b...29401f6. Read the comment docs.

sdminonne commented 6 years ago

In general I like this. Thanks @clamoriniere1A