mirror of https://github.com/knative/client.git
687 B
687 B
kn source ping delete
Delete a Ping source.
Synopsis
Delete a Ping source.
kn source ping delete NAME [flags]
Examples
# Delete a Ping source 'my-ping'
kn source ping delete my-ping
Options
-h, --help help for delete
-n, --namespace string Specify the namespace to operate in.
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 ping - Ping source command group