Documentation ¶
Index ¶
Constants ¶
View Source
const ( OperatorChaosBladePath = "/opt/chaosblade" OperatorChaosBladeBin = "/opt/chaosblade/bin" OperatorChaosBladeLib = "/opt/chaosblade/lib" OperatorChaosBladeYaml = "/opt/chaosblade/yaml" OperatorChaosBladeBlade = "/opt/chaosblade/blade" )
View Source
const DaemonsetPodName = "chaosblade-tool"
View Source
const DefaultRemoveBladeInterval = "72h"
Variables ¶
View Source
var ( ImageRepository string Version string PullPolicy string DaemonsetEnable bool RemoveBladeInterval string DownloadUrl string )
View Source
var DaemonsetPodLabels = map[string]string{
"app": "chaosblade-tool",
}
View Source
var DaemonsetPodNames = map[string]string{}
View Source
var DaemonsetPodNamespace string
set in runtime
View Source
var Products = map[string]*ProductConstant{}
Functions ¶
Types ¶
type ProductConstant ¶
type ProductConstant struct {
ImageRepoFunc func() string
}
var Constant *ProductConstant
Click to show internal directories.
Click to hide internal directories.