Documentation ¶
Index ¶
- func InterfaceToStringArray(stringOrStringArray interface{}, configSection interface{}, doc *doc) ([]string, error)
- type Ansible
- type AnsibleTask
- type ArtifactExport
- type ArtifactImport
- type Dimg
- type DimgArtifact
- type DimgBase
- type DimgInterface
- type Docker
- type ExportBase
- func (c *ExportBase) AddExcludePath(arg string)
- func (c *ExportBase) AutoExcludeExportAndCheck(exp autoExcludeExport) bool
- func (c *ExportBase) GetExcludePathsForAutoExclude() []string
- func (c *ExportBase) GetIncludePathsForAutoExclude() []string
- func (c *ExportBase) GetRaw() interface{}
- func (c *ExportBase) GetTo() string
- type GitExport
- type GitExportBase
- type GitLocal
- type GitLocalExport
- type GitManager
- type GitRemote
- type GitRemoteExport
- type Mount
- type Shell
- type StageDependencies
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InterfaceToStringArray ¶
Types ¶
type Ansible ¶
type Ansible struct { BeforeInstall []*AnsibleTask Install []*AnsibleTask BeforeSetup []*AnsibleTask Setup []*AnsibleTask CacheVersion string BeforeInstallCacheVersion string InstallCacheVersion string BeforeSetupCacheVersion string SetupCacheVersion string // contains filtered or unexported fields }
func (*Ansible) GetDumpConfigSection ¶
type AnsibleTask ¶
type AnsibleTask struct { Config interface{} // contains filtered or unexported fields }
func (*AnsibleTask) GetDumpConfigSection ¶
func (c *AnsibleTask) GetDumpConfigSection() string
type ArtifactExport ¶
type ArtifactExport struct { *ExportBase // contains filtered or unexported fields }
type ArtifactImport ¶
type ArtifactImport struct { *ArtifactExport ArtifactName string Before string After string ArtifactDimg *DimgArtifact // contains filtered or unexported fields }
func (*ArtifactImport) GetRaw ¶
func (c *ArtifactImport) GetRaw() interface{}
type Dimg ¶
func ParseDimgs ¶
func (*Dimg) DimgTree ¶
func (c *Dimg) DimgTree() (tree []DimgInterface)
type DimgArtifact ¶
type DimgArtifact struct {
*DimgBase
}
func (*DimgArtifact) DimgTree ¶
func (c *DimgArtifact) DimgTree() (tree []DimgInterface)
type DimgBase ¶
type DimgBase struct { DimgInterface Name string From string FromDimg *Dimg FromDimgArtifact *DimgArtifact FromCacheVersion string Git *GitManager Shell *Shell Ansible *Ansible Mount []*Mount Import []*ArtifactImport // contains filtered or unexported fields }
type DimgInterface ¶
type DimgInterface interface{}
type ExportBase ¶
type ExportBase struct { Add string To string IncludePaths []string ExcludePaths []string Owner string Group string // contains filtered or unexported fields }
func (*ExportBase) AddExcludePath ¶
func (c *ExportBase) AddExcludePath(arg string)
func (*ExportBase) AutoExcludeExportAndCheck ¶
func (c *ExportBase) AutoExcludeExportAndCheck(exp autoExcludeExport) bool
func (*ExportBase) GetExcludePathsForAutoExclude ¶
func (c *ExportBase) GetExcludePathsForAutoExclude() []string
func (*ExportBase) GetIncludePathsForAutoExclude ¶
func (c *ExportBase) GetIncludePathsForAutoExclude() []string
func (*ExportBase) GetRaw ¶
func (c *ExportBase) GetRaw() interface{}
func (*ExportBase) GetTo ¶
func (c *ExportBase) GetTo() string
type GitExport ¶
type GitExport struct { *ExportBase // contains filtered or unexported fields }
type GitExportBase ¶
type GitExportBase struct { *GitExport StageDependencies *StageDependencies // contains filtered or unexported fields }
type GitLocal ¶
type GitLocal struct { *GitLocalExport As string // contains filtered or unexported fields }
type GitLocalExport ¶
type GitLocalExport struct { *GitExportBase // contains filtered or unexported fields }
type GitManager ¶
type GitRemote ¶
type GitRemote struct { *GitRemoteExport As string Name string Url string // contains filtered or unexported fields }
type GitRemoteExport ¶
type GitRemoteExport struct { *GitLocalExport Branch string Tag string Commit string // contains filtered or unexported fields }
type Shell ¶
type Shell struct { BeforeInstall []string Install []string BeforeSetup []string Setup []string CacheVersion string BeforeInstallCacheVersion string InstallCacheVersion string BeforeSetupCacheVersion string SetupCacheVersion string // contains filtered or unexported fields }
func (*Shell) GetDumpConfigSection ¶
type StageDependencies ¶
Source Files ¶
- ansible.go
- ansible_task.go
- artifact_export.go
- artifact_import.go
- common.go
- dimg.go
- dimg_artifact.go
- dimg_base.go
- docker.go
- errors.go
- export_base.go
- git_export.go
- git_export_base.go
- git_local.go
- git_local_export.go
- git_manager.go
- git_remote.go
- git_remote_export.go
- mount.go
- parser.go
- raw_ansible.go
- raw_ansible_task.go
- raw_artifact_export.go
- raw_artifact_import.go
- raw_dimg.go
- raw_docker.go
- raw_export_base.go
- raw_git.go
- raw_git_export.go
- raw_mount.go
- raw_shell.go
- raw_stage_dependencies.go
- shell.go
- stage_dependencies.go
Click to show internal directories.
Click to hide internal directories.