client/pkg
Navid Shaikh 46ecdcc32f
Make wait, no-wait and async flags per bool var CLI convention (#802)
* Make wait, no-wait and async flags per bool var CLI convention

 Fixes #800

 - Deprecated bool vars can be supported for CLI convention
 - Bind --async flag value to --no-wait
 - Only one flag among [wait, no-wait, async] can be provided, else raise an error

* Simplify conditionals

* Add unit tests for deprecated flag async

* Fix a typo
2020-04-14 12:36:16 -07:00
..
dynamic feat(source): Add 'kn source list' (#666) 2020-03-10 00:41:28 -07:00
errors Report missing kubeconfig or error connecting to cluster (#725) 2020-03-10 03:34:29 -07:00
eventing/v1alpha1 Remove unused variables and unreachable code (#779) 2020-04-06 14:26:59 -07:00
kn Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00
printers Fix error when output is set to name (#775) 2020-04-13 21:58:15 -07:00
serving Add "--target-utilization" to manage "autoscaling.knative.dev/targetUtilizationPercentage" annotation (#788) 2020-04-09 03:49:03 -07:00
sources Remove unused variables and unreachable code (#779) 2020-04-06 14:26:59 -07:00
util Fix error when output is set to name (#775) 2020-04-13 21:58:15 -07:00
v1alpha1 migrate to the new eventing legacy client (#621) 2020-01-21 23:15:23 -08:00
wait fix(wait): Only use MODIFIED events when waiting for Read == True (#701) 2020-03-04 13:38:54 -08:00
dummy_test.go Use knative.dev/test-infra (#319) 2019-07-31 03:20:43 -07:00