List image resources
Prints a table of the most important information about image resources in the provided namespace.
The namespace defaults to the kubernetes current-context namespace.
kp image list [flags]
kp image list
kp image list -A
kp image list -n my-namespace
kp image list --filter ready=true --filter latest-reason=commit,trigger
-A, --all-namespaces Return objects found in all namespaces
--filter stringArray Each new filter argument requires an additional filter flag.
Multiple values can be provided using comma separation.
Supported filters and values:
builder=string
clusterbuilder=string
latest-reason=commit,trigger,config,stack,buildpack
ready=true,false,unknown
-h, --help help for list
-n, --namespace string kubernetes namespace
- kp image - Image commands