visualize

package
v0.0.0-...-ee6c74f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2026 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BindOptions

func BindOptions(opts *RawOptions, cmd *cobra.Command) error

func NewCommand

func NewCommand() (*cobra.Command, error)

func Visualize

func Visualize(ctx context.Context, opts *RawOptions) error

Types

type ARMOperation

type ARMOperation struct {
	OperationType string
	StartTime     time.Time
	Duration      time.Duration
	Resource      *timing.Resource
	Children      []ARMOperation
}

type Options

type Options struct {
	// contains filtered or unexported fields
}

func (*Options) Visualize

func (o *Options) Visualize(ctx context.Context) error

type RawOptions

type RawOptions struct {
	TimingInputDir string
	OutputDir      string
}

func DefaultOptions

func DefaultOptions() *RawOptions

func (*RawOptions) Validate

func (o *RawOptions) Validate() (*ValidatedOptions, error)

type StepTimingMetadata

type StepTimingMetadata struct {
	Name       string
	StartedAt  time.Time
	FinishedAt time.Time
}

type TestInfo

type TestInfo struct {
	Identifier []string
	StartedAt  time.Time
	FinishedAt time.Time

	Steps       []StepTimingMetadata
	Deployments map[string]map[string][]ARMOperation
}

type ValidatedOptions

type ValidatedOptions struct {
	// contains filtered or unexported fields
}

func (*ValidatedOptions) Complete

func (o *ValidatedOptions) Complete(logger logr.Logger) (*Options, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL