Josh Soref
4939c5ede3
Fix various misspellings and linter items ( #1057 )
...
* spelling: additional
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: bindings
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: blocked
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: bootstrap
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: channel
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: channel
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: commands
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: comparison
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: configuration
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: controller
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: convert
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: desired
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: dynamic
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: entry
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: execute
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: explicit
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: hardcoded
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: information
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: inject
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: item
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: kubectl
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: latest
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: message
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: namespace
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: namespaces
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: output
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: overriding
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: parameters
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: revision
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: separated
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: separator
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: service
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: specified
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: specifies
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: splitting
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: subscription
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: trigger
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unknown
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: unstructured
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: workflow
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* chore: Address golinter complaint for (c *MockKnServingClient) GetBaseRevision
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* chore: update changelog for spelling fixes (#1057 )
2020-10-12 21:24:30 -07:00
kaustubh
d9d52346e7
feat: List available channel types ( #1027 )
...
* add channel list-types
* add kn channel list-types doc
2020-10-06 13:17:20 -07:00
Navid Shaikh
ce519b520b
feat: Subscription CRUD ( #1013 )
...
* feat: Add subscription CRUD
- Add kn subscription command group and CRUDL sub-commands
- create/update uses following flag names for better alignment:
- --sink for subscriber
- --sink-reply for reply
- --sink-dead-letter for dead-letter-sink
- Add 'subscriptions' and 'sub' aliases
- Introduce shared library `knative.dev/client/lib/printing`
to print Sink object in describe output
* Set default channel type messaging.knative.dev/v1beta1:Channel
i.e. if no prefix is given to `--channel`, consider it of `Channel` type
* Update e2e tests
* Update channel flag description
2020-10-01 09:44:29 -07:00
Navid Shaikh
5ed353d36b
feat(channel): Manage knative eventing channels ( #967 )
...
* feat(channel): Manage knative eventing channels
- Support specifying the type of channel to create using --type.
- Default is to use messaging layer configuration for channels
- Channel type aliases via kn config and alias for InMemoryChannel
- User can now configure channel type aliases in kn config and specify
alias to GVK mappings for easy reference on CLI and refer with `--type` flag
- User can also use inbuilt alias 'imc' for InMemoryChannel
* Let channel reconcile, sleep for 5 secs after creation
* Add imcv1 and imcv1beta1 aliases
* Rename imcv1 alias to imc
2020-08-25 09:25:49 -07:00