Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.1 KB

kp_image_list.md

File metadata and controls

42 lines (30 loc) · 1.1 KB

kp image list

List image resources

Synopsis

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]

Examples

kp image list
kp image list -A
kp image list -n my-namespace
kp image list --filter ready=true --filter latest-reason=commit,trigger

Options

  -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

SEE ALSO