client/vendor/github.com
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
..
cpuguy83/go-md2man Adds Cobra generated docs and means to generate them and first cut of other docs (#93) 2019-05-06 17:39:36 -07:00
davecgh/go-spew Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
evanphx/json-patch refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
fsnotify/fsnotify Revert #173 and #139, reinstating having a config file. (#193) 2019-06-19 18:12:58 -07:00
ghodss/yaml Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
gogo/protobuf chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
golang feature(service describe): Output of service details (#252) 2019-08-08 08:23:56 -07:00
google Update to serving 0.6.0 (#129) 2019-05-20 10:41:27 -07:00
googleapis/gnostic refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
gregjones/httpcache refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
hashicorp Revert #173 and #139, reinstating having a config file. (#193) 2019-06-19 18:12:58 -07:00
imdario/mergo chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
inconshreveable/mousetrap Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
json-iterator/go feature(service describe): Output of service details (#252) 2019-08-08 08:23:56 -07:00
knative Use knative.dev/test-infra (#319) 2019-07-31 03:20:43 -07:00
magiconair/properties Revert #173 and #139, reinstating having a config file. (#193) 2019-06-19 18:12:58 -07:00
mattbaird/jsonpatch Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
mitchellh Revert #173 and #139, reinstating having a config file. (#193) 2019-06-19 18:12:58 -07:00
modern-go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
pelletier/go-toml Revert #173 and #139, reinstating having a config file. (#193) 2019-06-19 18:12:58 -07:00
peterbourgon/diskv Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
pkg/errors fixes(issue #111) generically for all command groups (#218) 2019-07-02 23:50:32 -07:00
russross/blackfriday Adds Cobra generated docs and means to generate them and first cut of other docs (#93) 2019-05-06 17:39:36 -07:00
spf13 Revert #173 and #139, reinstating having a config file. (#193) 2019-06-19 18:12:58 -07:00