Versions in this module Expand all Collapse all v1 v1.2.5 Nov 26, 2023 v1.2.4 Nov 26, 2023 Changes in this version + func Convert(d []byte, remote string) ([]byte, error) + type Config struct + Branches Constraint + Clone Containers + Matrix interface{} + Pipeline Containers + Secrets map[string]struct{ ... } + Services Containers + Workspace struct{ ... } + type Constraint struct + Exclude []string + Include []string + func (c *Constraint) UnmarshalYAML(unmarshal func(interface{}) error) error + type ConstraintMap struct + Exclude map[string]string + Include map[string]string + func (c *ConstraintMap) UnmarshalYAML(unmarshal func(interface{}) error) error + type Constraints struct + Branch Constraint + Environment Constraint + Event Constraint + Instance Constraint + Matrix map[string]string + Ref Constraint + Repo Constraint + Status Constraint + type Container struct + Command StringSlice + Commands StringSlice + Constraints Constraints + DNS StringSlice + DNSSearch StringSlice + Detached bool + Devices []string + Entrypoint StringSlice + Environment SliceMap + ErrIgnore bool + ExtraHosts []string + Image string + Name string + Privileged bool + Pull bool + Secrets Secrets + Shell string + Tmpfs []string + Vargs map[string]interface{} + Volumes []*Volume + type Containers struct + Containers []*Container + func (c *Containers) UnmarshalYAML(unmarshal func(interface{}) error) error + type Secret struct + Source string + Target string + type Secrets struct + Secrets []*Secret + func (s *Secrets) UnmarshalYAML(unmarshal func(interface{}) error) error + type SliceMap struct + Map map[string]string + func (s *SliceMap) UnmarshalYAML(unmarshal func(interface{}) error) error + type StringSlice []string + func (s *StringSlice) UnmarshalYAML(unmarshal func(interface{}) error) error + type Volume struct + Destination string + ReadOnly bool + Source string + func (v *Volume) UnmarshalYAML(unmarshal func(interface{}) error) error