mirror of https://github.com/knative/client.git
* 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 |
||
|---|---|---|
| .. | ||
| cpuguy83/go-md2man | ||
| davecgh/go-spew | ||
| evanphx/json-patch | ||
| fsnotify/fsnotify | ||
| ghodss/yaml | ||
| gogo/protobuf | ||
| golang | ||
| googleapis/gnostic | ||
| gregjones/httpcache | ||
| hashicorp | ||
| imdario/mergo | ||
| inconshreveable/mousetrap | ||
| json-iterator/go | ||
| knative | ||
| magiconair/properties | ||
| mattbaird/jsonpatch | ||
| mitchellh | ||
| modern-go | ||
| pelletier/go-toml | ||
| peterbourgon/diskv | ||
| pkg/errors | ||
| russross/blackfriday | ||
| spf13 | ||