Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const PruneImagesRecommendedName + func NewCmdPruneImages(f kcmdutil.Factory, parentName, name string, ...) *cobra.Command + type PruneImagesOptions struct + AllImages *bool + AppsClient appsclient.AppsInterface + BuildClient buildclient.BuildInterface + CABundle string + ClientConfig *restclient.Config + Confirm bool + DiscoveryClient discovery.DiscoveryInterface + ErrOut io.Writer + ForceInsecure bool + IgnoreInvalidRefs bool + ImageClient imageclient.ImageInterface + ImageClientFactory func() (imageclient.ImageInterface, error) + KeepTagRevisions *int + KeepYoungerThan *time.Duration + KubeClient kclientset.Interface + Namespace string + Out io.Writer + PruneOverSizeLimit *bool + PruneRegistry *bool + RegistryUrlOverride string + Timeout time.Duration + func (o *PruneImagesOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string, out io.Writer) error + func (o PruneImagesOptions) Run() error + func (o PruneImagesOptions) Validate() error