operator

package
v0.0.0-...-ac75f52 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2020 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStartCommand

func NewStartCommand() *cobra.Command

Types

type Job

type Job struct {
	prowapi.ProwJob
	PrometheusTarURL string
}

type Operator

type Operator struct {
	Namespace string

	FetcherImage    string
	PrometheusImage string
	ThanosImage     string

	// Stuff for grepping prometheus.tar; can be replaced with gcloud
	// CLI at some point but incorporating that into an image is a bit
	// more work for now. Or a new recursive client search (which I think
	// is what the gcloud CLI does.)
	GCSStorageBaseURL string
	ProwBaseURL       string
	GCSPrefix         string

	PrometheusMemory string
	// contains filtered or unexported fields
}

func (*Operator) Start

func (o *Operator) Start(mgr manager.Manager) error

Jump to

Keyboard shortcuts

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