Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type ExecutorConfig struct + ClusterName string + Kind string + Name string + Options map[string]string + OptionsPlus *OptPlus + type ExecutorWholeConfigs struct + BasicConfig map[string]string + PlusConfigs *OptPlus + func (c *ExecutorWholeConfigs) EnableLabelSchedule() bool + func (c *ExecutorWholeConfigs) EnableOrgLabelSchedule() bool + func (c *ExecutorWholeConfigs) EnableWorkspaceLabelSchedule() bool + func (c *ExecutorWholeConfigs) OrgOpt(org string) *OrgOpt + func (c *ExecutorWholeConfigs) ProdJobAvailDest() ([]string, bool) + func (c *ExecutorWholeConfigs) ProjectIDForCompatibility(projectID string) bool + func (c *ExecutorWholeConfigs) StagingJobAvailDest() ([]string, bool) + func (c *ExecutorWholeConfigs) WORKSPACETAGSForCompatibility() (string, bool) + type OptPlus struct + Orgs []Org + type Org struct + Name string + Options map[string]string + Workspaces []Workspace + type OrgOpt Org + func (c *OrgOpt) WorkspaceOpt(workspace string) *WorkspaceOpt + type Workspace struct + Name string + Options map[string]string + type WorkspaceOpt Workspace + func (c *WorkspaceOpt) EnableWorkspaceLabelSchedule() bool + func (c *WorkspaceOpt) ProdJobAvailDest() ([]string, bool) + func (c *WorkspaceOpt) StagingJobAvailDest() ([]string, bool)