Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + const PruneBuildsRecommendedName + const PruneDeploymentsRecommendedName + const PruneGroupsRecommendedName + const PruneImagesRecommendedName + const PruneRecommendedName + func NewCmdPruneBuilds(f *clientcmd.Factory, parentName, name string, out io.Writer) *cobra.Command + func NewCmdPruneDeployments(f *clientcmd.Factory, parentName, name string, out io.Writer) *cobra.Command + func NewCmdPruneImages(f *clientcmd.Factory, parentName, name string, out io.Writer) *cobra.Command + func NewCommandPrune(name, fullName string, f *clientcmd.Factory, out, errOut io.Writer) *cobra.Command + type PruneBuildsOptions struct + Confirm bool + KeepComplete int + KeepFailed int + KeepYoungerThan time.Duration + Namespace string + OSClient client.Interface + Orphans bool + Out io.Writer + func (o *PruneBuildsOptions) Complete(f *clientcmd.Factory, cmd *cobra.Command, args []string, out io.Writer) error + func (o PruneBuildsOptions) Run() error + func (o PruneBuildsOptions) Validate() error + type PruneDeploymentsOptions struct + Confirm bool + KClient kclientset.Interface + KeepComplete int + KeepFailed int + KeepYoungerThan time.Duration + Namespace string + OSClient client.Interface + Orphans bool + Out io.Writer + func (o *PruneDeploymentsOptions) Complete(f *clientcmd.Factory, cmd *cobra.Command, args []string, out io.Writer) error + func (o PruneDeploymentsOptions) Run() error + func (o PruneDeploymentsOptions) Validate() error + type PruneImagesOptions struct + AllImages *bool + CABundle string + Confirm bool + KClient kclientset.Interface + KeepTagRevisions *int + KeepYoungerThan *time.Duration + Namespace string + OSClient client.Interface + Out io.Writer + PruneOverSizeLimit *bool + RegistryClient *http.Client + RegistryUrlOverride string + func (o *PruneImagesOptions) Complete(f *clientcmd.Factory, cmd *cobra.Command, args []string, out io.Writer) error + func (o PruneImagesOptions) Run() error + func (o PruneImagesOptions) Validate() error v1.5.0-alpha.1 Dec 29, 2016