Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadEnvironmentsWithoutTemplating ¶
func LoadEnvironmentsWithoutTemplating(environmentsFile string, fs afero.Fs) (environments map[string]*EnvironmentV1, errorList []error)
LoadEnvironmentsWithoutTemplating loads environments from a yaml file without templating. No variable references will be replaced on loading.
Types ¶
type EnvironmentV1 ¶
type EnvironmentV1 struct {
// contains filtered or unexported fields
}
func NewEnvironmentV1 ¶
func (*EnvironmentV1) GetEnvironmentUrl ¶
func (s *EnvironmentV1) GetEnvironmentUrl() string
func (*EnvironmentV1) GetGroup ¶
func (s *EnvironmentV1) GetGroup() string
func (*EnvironmentV1) GetId ¶
func (s *EnvironmentV1) GetId() string
func (*EnvironmentV1) GetTokenName ¶
func (s *EnvironmentV1) GetTokenName() string
Click to show internal directories.
Click to hide internal directories.