Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix channel create example with inbuilt alias for imcv1beta1 #1005

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

navidshaikh
Copy link
Collaborator

use imcv1beta1 alias reference in the example

 use `imcv1beta1` alias reference in the example
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: navidshaikh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 10, 2020
Comment on lines +20 to 22
# Create a channel 'imc1' of type InMemoryChannel using inbuilt alias 'imcv1beta1'
kn channel create imc1 --type imcv1beta1
# same as above without using inbuilt alias but providing explicit GVK
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in line with whats mentioned on line no 22

@navidshaikh
Copy link
Collaborator Author

/test pull-knative-client-integration-tests

@dsimansk
Copy link
Contributor

Thanks! :)
/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 10, 2020
@knative-prow-robot knative-prow-robot merged commit 78ef3bb into knative:master Sep 10, 2020
@navidshaikh navidshaikh deleted the pr/channel-ex-update branch September 10, 2020 10:49
@navidshaikh navidshaikh added this to the v0.18.0 milestone Sep 30, 2020
@navidshaikh navidshaikh added the backport/pr A backport PR which is target to a release branch. label Oct 2, 2020
navidshaikh added a commit to navidshaikh/client that referenced this pull request Oct 2, 2020
@navidshaikh navidshaikh added backport/candidate Consider this PR to be backported to the release branch and removed backport/pr A backport PR which is target to a release branch. labels Oct 2, 2020
knative-prow-robot pushed a commit that referenced this pull request Oct 2, 2020
* Fix channel create example with inbuilt alias for imcv1beta1 (#1005)

use `imcv1beta1` alias reference in the example

* 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

* CHANGELOG for v0.17.1

* Conform with k8s.io/api v0.17.6
rhuss pushed a commit to rhuss/knative-client that referenced this pull request Oct 5, 2020
@navidshaikh navidshaikh added backported-to/0.17 and removed backport/candidate Consider this PR to be backported to the release branch labels Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants