wheel

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateGrafana

type CreateGrafana struct {
	Name     string
	ChartURL string `json:"chart_url"`
}

CreateGrafana is init grafana charts params with wheel

func (CreateGrafana) WheelGrafana

func (c CreateGrafana) WheelGrafana() error

WheelGrafana create grafana with wheel

type CreateInfluxDB

type CreateInfluxDB struct {
	Name     string
	ChartURL string `json:"chart_url"`
	Values   Values `json:"values,omitempty"`
}

CreateInfluxDB is init influxdb charts params with wheel

func (*CreateInfluxDB) WheelInfluxdb

func (c *CreateInfluxDB) WheelInfluxdb(retention, pvcsize string) error

WheelInfluxdb create influxdb with wheel

type Persistence

type Persistence struct {
	Size string `json:"size"`
}

Persistence init disk size

type Raw

type Raw struct {
	Persistence     Persistence `json:"persistence"`
	RetentionPolicy string      `json:"retentionPolicy"`
}

Raw init tsdb persistence and retention policy

type Values

type Values struct {
	Values string `json:"raw"`
}

Values init

Jump to

Keyboard shortcuts

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