mirror of https://github.com/knative/client.git
* feat: kn source list-types (builtin types)
- Only lists the builtin source types
- Uses client-go dynamic client for listing CRDs
- Adds DyanmicClient interface to KnParams
- Adds printing options
* chore(lint): Address golint suggestions
* Rebase and update venodr/modules.txt
* Adds unit tests for DynamicClient in types.go
* Add kn source list-types command in smoke tests
* Constants for the CRD GVR and source identifier label key value
GVR as:
- Group: apiextensions.k8s.io
- Version: v1beta1
- Resource: customresourcedefinitions
Label as:
{"duck.knative.dev/source": "true"}
* Add tests for dynamic client
* Add description about SinkBinding source type
as - "Binding Pattern for ContainerSource"
* Remove unused imports
* Adds unit tests for list-types command processing
* More unit tests for flags
* Adds e2e tests for kn source list-types
- also test the YAML output
* Sort the source types while listing them
- Update the unit tests accordingly
* Add examples
* Add unit tests for CreateDynamicTestKnCommand
* Fix typo in unit tests
* golint fixes
* Updates to vendor/modules.txt after rebase
* Remove the extra lines
|
||
|---|---|---|
| .. | ||
| PuerkitoBio | ||
| aws/aws-sdk-go | ||
| beorn7/perks | ||
| census-instrumentation/opencensus-proto | ||
| cpuguy83/go-md2man/v2 | ||
| davecgh/go-spew | ||
| emicklei/go-restful | ||
| evanphx/json-patch | ||
| fsnotify/fsnotify | ||
| ghodss/yaml | ||
| go-openapi | ||
| gobuffalo/envy | ||
| gogo/protobuf | ||
| golang | ||
| googleapis | ||
| gregjones/httpcache | ||
| hashicorp | ||
| imdario/mergo | ||
| inconshreveable/mousetrap | ||
| jmespath/go-jmespath | ||
| joho/godotenv | ||
| json-iterator/go | ||
| magiconair/properties | ||
| mailru/easyjson | ||
| markbates/inflect | ||
| mattbaird/jsonpatch | ||
| matttproud/golang_protobuf_extensions | ||
| mitchellh | ||
| modern-go | ||
| pelletier/go-toml | ||
| peterbourgon/diskv | ||
| pkg/errors | ||
| prometheus | ||
| robfig/cron | ||
| russross/blackfriday/v2 | ||
| shurcooL/sanitized_anchor_name | ||
| spf13 | ||