Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildTimestamp string
BuildTimestamp - build date from compiller
View Source
var Interrupted bool
View Source
var Version string
Version - git tag from compiller
Functions ¶
Types ¶
type CdevUsage ¶ added in v0.8.1
type CdevUsage struct {
Operation string `json:"operation"`
OperationResult string `json:"operationResult"`
AbsoluteTime string `json:"absoluteTime"`
RealTime string `json:"reaLTime"`
ProjectID string `json:"projectID"`
BackendType string `json:"backendType"`
CdevVersion string `json:"cdevVersion"`
OsVersion string `json:"osVersion"`
ProcessedUnitsCount uint `json:"processedUnitsCount"`
}
type ConfSpec ¶
type ConfSpec struct {
ProjectConfigsPath string
LogLevel string
ProjectConfig string
Version string
Build string
WorkDir string
WorkingDir string
TraceLog bool
MaxParallel int
PluginsCacheDir string
UseCache bool
OptFooTest bool
IgnoreState bool
// ShowTerraformPlan bool
StateCacheDir string
TemplatesCacheDir string
CacheDir string
NoColor bool
Force bool
Interactive bool
OutputJSON bool
Targets []string
}
ConfSpec type for global config.
var Global ConfSpec
Global config for executor.
type TargetUnits ¶ added in v0.9.0
type TargetUnits []string
func NewTargetsChecker ¶ added in v0.9.0
func NewTargetsChecker(tg []string) *TargetUnits
func (*TargetUnits) Check ¶ added in v0.9.0
func (t *TargetUnits) Check(unitKey string) bool
Click to show internal directories.
Click to hide internal directories.