Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 6. Listing existing functions
You can list existing functions. You can do it using the kn func tool.
6.1. Listing existing functions Link kopierenLink in die Zwischenablage kopiert!
You can list existing functions by running kn func list command. To list functions that you deployed as Knative services, run kn service list command.
Procedure
List existing functions by running the following command:
$ kn func list [-n <namespace> -p <path>]You get an output similar to the following example:
NAME NAMESPACE RUNTIME URL READY example-function default node http://example-function.default.apps.ci-ln-g9f36hb-d5d6b.origin-ci-int-aws.dev.rhcloud.com TrueList functions deployed as Knative services by running the following command:
$ kn service list -n <namespace>You get an output similar to the following example:
NAME URL LATEST AGE CONDITIONS READY REASON example-function http://example-function.default.apps.ci-ln-g9f36hb-d5d6b.origin-ci-int-aws.dev.rhcloud.com example-function-gzl4c 16m 3 OK / 3 True