config

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OutputModeCsv    = "csv"
	OutputModeStdOut = "stdout"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	TimeSpanSeconds           int64
	Discount                  float64
	ClusterName               string
	ClusterId                 string
	OutputMode                string
	History                   HistoryAnalyzeConfig
	EnableContainerCheckpoint bool
	EnableWorkloadTimeSeries  bool
	EnableWorkloadCheckpoint  bool
	DataPath                  string
}

type HistoryAnalyzeConfig

type HistoryAnalyzeConfig struct {
	EndTime string
	Length  time.Duration
	Step    time.Duration
}

Jump to

Keyboard shortcuts

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