Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CiInfraGetter ¶
type CiInfraGetter struct {
// contains filtered or unexported fields
}
CiInfraGetter gets infra config for ci workflows
func NewCiInfraGetter ¶
func NewCiInfraGetter(infraConfigService service.InfraConfigService) *CiInfraGetter
func (CiInfraGetter) GetInfraConfigurationsByScopeAndPlatform ¶ added in v1.1.0
func (ciInfraGetter CiInfraGetter) GetInfraConfigurationsByScopeAndPlatform(scope *bean.Scope, platform string) (*bean.InfraConfig, error)
GetInfraConfigurationsByScope gets infra config for ci workflows using the scope
Click to show internal directories.
Click to hide internal directories.