package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Dec 25, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FirstLoad struct {
Env *[]string `hcl:"env"`
Secrets *[]string `hcl:"secrets"`
Remain hcl.Body `hcl:",remain"`
}
type SecondLoad struct {
Workspace *string `hcl:"workspace"`
Vault *vault.Vault `hcl:"vault,block"`
Remain hcl.Body `hcl:",remain"`
}
type ThirdLoad struct {
Templates []*job.Job `hcl:"template,block"`
Remain hcl.Body `hcl:",remain"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.