mirror of https://github.com/knative/client.git
777 B
777 B
kn source apiserver delete
Delete an ApiServer source.
Synopsis
Delete an ApiServer source.
kn source apiserver delete NAME [flags]
Examples
# Delete an ApiServerSource 'k8sevents' in default namespace
kn source apiserver delete k8sevents
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 apiserver - Kubernetes API Server Event Source command group