Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func NewTimelineCommand(ioStreams genericclioptions.IOStreams) *cobra.Command + type RenderFunc func(intervals monitorapi.Intervals) ([]byte, error) + type Timeline struct + EndDate *time.Time + IOStreams genericclioptions.IOStreams + LocatorMatcher map[string][]*regexp.Regexp + MonitorEventFilename string + Namespaces []string + PodResourceFilename string + RemovedLocatorMatcher map[string][]*regexp.Regexp + Renderer RenderFunc + TimelineFilter monitorapi.EventIntervalMatchesFunc + func (o *Timeline) Run() error + type TimelineOptions struct + EndDate string + IOStreams genericclioptions.IOStreams + KnownRenderers map[string]RenderFunc + KnownTimelines map[string]monitorapi.EventIntervalMatchesFunc + LocatorMatchers []string + MonitorEventFilename string + Namespaces []string + OutputType string + PodResourceFilename string + TimelineType string + func NewTimelineOptions(ioStreams genericclioptions.IOStreams) *TimelineOptions + func (o *TimelineOptions) Bind(flagset *pflag.FlagSet) error + func (o *TimelineOptions) Complete() error + func (o *TimelineOptions) ToTimeline() *Timeline + func (o *TimelineOptions) Validate() error