** NOTE ** This repo is no longer maintained. It is frozen and the code have moved to https://github.com/knative/client-pkg
Knative Client plugin source
Knative eventing {{.Name}} source plugin
Manage your Knative {{.Name}} eventing sources
-h, --help help for source
- source create - create {{.Name}} source
- source delete - delete {{.Name}} source
- source describe - describe {{.Name}} source
- source list - list {{.Name}} source
- source update - update {{.Name}} source
create {{.Name}} source
source create NAME [flags]
{{.CreateExample}}
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver'. If a prefix is not provided, it is considered as a Knative service.
- source - Knative eventing {{.Name}} source plugin
delete {{.Name}} source
source delete NAME [flags]
{{.DeleteExample}}
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for delete
-n, --namespace string Specify the namespace to operate in.
- source - Knative eventing {{.Name}} source plugin
describe {{.Name}} source
source describe NAME [flags]
{{.DescribeExample}}
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for describe
-n, --namespace string Specify the namespace to operate in.
- source - Knative eventing {{.Name}} source plugin
list {{.Name}} source
source list NAME [flags]
{{.ListExample}}
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for list
-n, --namespace string Specify the namespace to operate in.
- source - Knative eventing {{.Name}} source plugin
update {{.Name}} source
source update NAME [flags]
{{.UpdateExample}}
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for update
-n, --namespace string Specify the namespace to operate in.
-s, --sink string Addressable sink for events. You can specify a broker, channel, Knative service or URI. Examples: '--sink broker:nest' for a broker 'nest', '--sink channel:pipe' for a channel 'pipe', '--sink https://event.receiver.uri' for an URI with an 'http://' or 'https://' schema, '--sink ksvc:receiver' or simply '--sink receiver' for a Knative service 'receiver'. If a prefix is not provided, it is considered as a Knative service.
- source - Knative eventing {{.Name}} source plugin