client/vendor/github.com/golang/protobuf/proto
Roland Huß b4b254f64c feature(service describe): Output of service details (#252)
* feature(service describe): Output of service details

`kn service show` mimics `kubectl describe <sth>` as that it output detail information in human readable output.

A future extension should add machine readable output with `-o` to export
a single object in json/yaml (that is missing from `kn service list`)

This command shows information about the service itself, but also a summary about the associated revisions.

It also knows about scaling and concurrency options.

Options:

`--details`    : Print more information. By default only are shorter summary is shown

* chore: Cleanup up and refreshed dependencies

* fix(service describe): Integration test fix (revert "show" to "describe")

* fix: go.sum

* fix go.sum

* feature(service describe): Add printing of resources (requests/limits) + machine readable output with -o

* chore(service describe): Simplified digest handling

* chore(service describe): Sort maps by key when printed

* chore: Adapt mock framework

* chore(service describe): Test fixes

* chore: Added some tests

* more tests

* test: Moar tests

* chore: Even moar tests

* more, more tests

* changelog update

* fix(service describe): golint fixes
2019-08-08 08:23:56 -07:00
..
clone.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
decode.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
deprecated.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
discard.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
encode.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
equal.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
extensions.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
lib.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
message_set.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
pointer_reflect.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
pointer_unsafe.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
properties.go feature(service describe): Output of service details (#252) 2019-08-08 08:23:56 -07:00
table_marshal.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
table_merge.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
table_unmarshal.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
text.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
text_parser.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00