Versions in this module Expand all Collapse all v1 v1.3.2 Jan 7, 2017 v1.3.1 Sep 22, 2016 v1.3.0 Sep 19, 2016 Changes in this version + func NewCmdImage(f *cmdutil.Factory, out io.Writer) *cobra.Command + func NewCmdSet(f *cmdutil.Factory, out io.Writer) *cobra.Command + type ImageOptions struct + All bool + ChangeCause string + Cmd *cobra.Command + ContainerImages map[string]string + Encoder runtime.Encoder + Err io.Writer + Filenames []string + Infos []*resource.Info + Local bool + Mapper meta.RESTMapper + Out io.Writer + PrintObject func(cmd *cobra.Command, mapper meta.RESTMapper, obj runtime.Object, out io.Writer) error + Record bool + Recursive bool + Resources []string + Selector string + ShortOutput bool + Typer runtime.ObjectTyper + UpdatePodSpecForObject func(obj runtime.Object, fn func(*api.PodSpec) error) (bool, error) + func (o *ImageOptions) Complete(f *cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *ImageOptions) Run() error + func (o *ImageOptions) Validate() error + type Patch struct + After []byte + Before []byte + Err error + Info *resource.Info + Patch []byte + func CalculatePatches(infos []*resource.Info, encoder runtime.Encoder, ...) []*Patch