client/pkg/kn/commands/source
Navid Shaikh 4b62f2008b
Find sink and ready conditions for untyped source (#911)
* Find sink and ready conditions for untyped source

 Fixes #909
 - Look up spec.sink field in untyped source unstructured object and
   try to convert it to duck Destination object
 - Look up status.conditions field in untyped source unstructured object and
   try to convert it to duck Conditions object
 - Upon not finding the data at expected fields, return "<unknown>"

* Add unit tests

* Update LICENSE header
2020-07-01 17:06:42 -07:00
..
apiserver Fix Panic for kn source apiserver and kn source binding describe with Sink URI (#901) 2020-06-25 08:00:28 -07:00
binding Fix Panic for kn source apiserver and kn source binding describe with Sink URI (#901) 2020-06-25 08:00:28 -07:00
duck Find sink and ready conditions for untyped source (#911) 2020-07-01 17:06:42 -07:00
ping add missing assertions for command unit tests (#908) 2020-06-25 22:24:28 -07:00
human_readable_flags.go Add description for ContainerSource (#864) 2020-05-28 07:56:00 -07:00
list.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
list_test.go Find sink and ready conditions for untyped source (#911) 2020-07-01 17:06:42 -07:00
list_types.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
source.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00