Skip to content

Commit

Permalink
Add description for ContainerSource (#864)
Browse files Browse the repository at this point in the history
for output of `kn source list-types`
  • Loading branch information
navidshaikh authored May 28, 2020
1 parent cdf6f29 commit d8a9692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kn/commands/source/human_readable_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var sourceTypeDescription = map[string]string{
"ApiServerSource": "Watch and send Kubernetes API events to a sink",
"SinkBinding": "Binding for connecting a PodSpecable to a sink",
"PingSource": "Send periodically ping events to a sink",
"ContainerSource": "Generate events by Container image and send to a sink",
}

// ListTypesHandlers handles printing human readable table for `kn source list-types`
Expand Down

0 comments on commit d8a9692

Please sign in to comment.