Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + func NewInfo(parentName string, streams genericclioptions.IOStreams) *cobra.Command + type Image struct + Config *docker10.DockerImageConfig + ContentDigest digest.Digest + Digest digest.Digest + Layers []distribution.Descriptor + ListDigest digest.Digest + Manifest distribution.Manifest + MediaType string + Name string + Ref imagereference.DockerImageReference + type ImageRetriever struct + Image map[string]imagereference.DockerImageReference + ImageMetadataCallback func(from string, image *Image, err error) error + ManifestListCallback func(from string, list *manifestlist.DeserializedManifestList, ...) (map[digest.Digest]distribution.Manifest, error) + ParallelOptions imagemanifest.ParallelOptions + SecurityOptions imagemanifest.SecurityOptions + func (o *ImageRetriever) Run() error + type InfoOptions struct + FilterOptions imagemanifest.FilterOptions + Images []string + Output string + SecurityOptions imagemanifest.SecurityOptions + func NewInfoOptions(streams genericclioptions.IOStreams) *InfoOptions + func (o *InfoOptions) Complete(cmd *cobra.Command, args []string) error + func (o *InfoOptions) Run() error + func (o *InfoOptions) Validate() error