Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PruneOptions ¶
type PruneOptions struct { MaxEligibleRevision int ProtectedRevisions []int ResourceDir string StaticPodName string }
func NewPruneOptions ¶
func NewPruneOptions() *PruneOptions
func (*PruneOptions) AddFlags ¶
func (o *PruneOptions) AddFlags(fs *pflag.FlagSet)
func (*PruneOptions) Run ¶
func (o *PruneOptions) Run() error
func (*PruneOptions) Validate ¶
func (o *PruneOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.