mirror of https://github.com/knative/client.git
756 B
756 B
kn source container delete
Delete a container source
Synopsis
Delete a container source
kn source container delete NAME
Examples
# Delete a ContainerSource 'containersrc' in default namespace
kn source container delete containersrc
Options
-h, --help help for delete
-n, --namespace string Specify the namespace to operate in.
Options inherited from parent commands
--config string kn configuration file (default: ~/.config/kn/config.yaml)
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
SEE ALSO
- kn source container - Manage container sources