mirror of https://github.com/knative/client.git
36 lines
888 B
Markdown
36 lines
888 B
Markdown
## kn source ping
|
|
|
|
Ping source command group
|
|
|
|
### Synopsis
|
|
|
|
Ping source command group
|
|
|
|
```
|
|
kn source ping [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for ping
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--config string kn config file (default is ~/.config/kn/config.yaml)
|
|
--kubeconfig string kubectl config file (default is ~/.kube/config)
|
|
--log-http log http traffic
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [kn source](kn_source.md) - Event source command group
|
|
* [kn source ping create](kn_source_ping_create.md) - Create a Ping source.
|
|
* [kn source ping delete](kn_source_ping_delete.md) - Delete a Ping source.
|
|
* [kn source ping describe](kn_source_ping_describe.md) - Show details of a Ping source
|
|
* [kn source ping list](kn_source_ping_list.md) - List Ping sources.
|
|
* [kn source ping update](kn_source_ping_update.md) - Update a Ping source.
|
|
|