types

package
v0.0.0-...-ce1bbda Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// AppLabelKey contains the application label key
	AppLabelKey string

	// AppLabelValue contains the application label value
	AppLabelValue string

	// Log with default name ie: controller_chaosengine
	Log = logf.Log.WithName("controller_chaosengine")

	// DefaultRunnerImage contains the default value of runner resource
	DefaultRunnerImage = "litmuschaos/ansible-runner:latest"

	// DefaultMonitorImage contains the default value of monitor resource
	DefaultMonitorImage = "litmuschaos/chaos-exporter:latest"
)

Functions

This section is empty.

Types

type ApplicationInfo

type ApplicationInfo struct {
	Namespace          string
	Label              map[string]string
	ExperimentList     []litmuschaosv1alpha1.ExperimentList
	ServiceAccountName string
	Kind               string
}

ApplicationInfo contains the chaos details for target application

type EngineInfo

type EngineInfo struct {
	Instance       *litmuschaosv1alpha1.ChaosEngine
	AppInfo        *ApplicationInfo
	AppExperiments []string
	AppName        string
	AppUUID        types.UID
}

EngineInfo Related information

Jump to

Keyboard shortcuts

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