Closed irvinlim closed 1 year ago
Base: 69.53% // Head: 70.12% // Increases project coverage by +0.58%
:tada:
Coverage data is based on head (
4c1352c
) compared to base (18f2148
). Patch coverage: 87.76% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Implements various filter flags for
list
subcommands.Changes
Overall changes
--selector
and--field-selector
flags for alllist
subcommands.WatchAndPrint
to use generics.pkg/util/sets
package to implement generic version ofk8s.io/apimachinery/pkg/util/sets
.list jobs
--states
flag to match Jobs with the given state(s) forlist jobs
.--running
,--active
and--queued
as shorthands for--states
forlist jobs
.list jobconfigs
--scheduled
,--schedule-enabled
and--adhoc-only
flags to match JobConfigs with given schedule spec.