Versions in this module Expand all Collapse all v0 v0.7.0 Apr 5, 2019 Changes in this version + const BuildDockerfileFile + const BuildTestFrameworkAnsibleTestScriptFile + const BuildTestFrameworkDockerfileFile + const DeployOperatorFile + const K8sStatusPythonFile + const MoleculeDefaultAssertsFile + const MoleculeDefaultDir + const MoleculeDefaultMoleculeFile + const MoleculeDefaultPlaybookFile + const MoleculeDefaultPrepareFile + const MoleculeDir + const MoleculeTestClusterDir + const MoleculeTestClusterMoleculeFile + const MoleculeTestClusterPlaybookFile + const MoleculeTestLocalDir + const MoleculeTestLocalMoleculeFile + const MoleculeTestLocalPlaybookFile + const MoleculeTestLocalPrepareFile + const PlaybookYamlFile + const RolesDefaultsMainFile + const RolesDir + const RolesFilesDir + const RolesHandlersMainFile + const RolesMetaMainFile + const RolesReadmeFile + const RolesTasksMainFile + const RolesTemplatesDir + const RolesVarsMainFile + const TravisFile + const WatchesFile + type AoLogs struct + func (a *AoLogs) GetInput() (input.Input, error) + type BuildDockerfile struct + GeneratePlaybook bool + ImageTag string + RolesDir string + func (b *BuildDockerfile) GetInput() (input.Input, error) + type BuildTestFrameworkAnsibleTestScript struct + func (b *BuildTestFrameworkAnsibleTestScript) GetInput() (input.Input, error) + type BuildTestFrameworkDockerfile struct + func (b *BuildTestFrameworkDockerfile) GetInput() (input.Input, error) + type DeployOperator struct + IsClusterScoped bool + func (d *DeployOperator) GetInput() (input.Input, error) + type DockerfileHybrid struct + Playbook bool + Roles bool + Watches bool + func (d *DockerfileHybrid) GetInput() (input.Input, error) + type Entrypoint struct + func (e *Entrypoint) GetInput() (input.Input, error) + type GopkgToml struct + func (s *GopkgToml) GetInput() (input.Input, error) + type K8sStatus struct + func (k *K8sStatus) GetInput() (input.Input, error) + func (k K8sStatus) CustomRender() ([]byte, error) + func (s K8sStatus) SetFS(_ afero.Fs) + type Main struct + func (m *Main) GetInput() (input.Input, error) + type MoleculeDefaultAsserts struct + func (m *MoleculeDefaultAsserts) GetInput() (input.Input, error) + type MoleculeDefaultMolecule struct + func (m *MoleculeDefaultMolecule) GetInput() (input.Input, error) + type MoleculeDefaultPlaybook struct + GeneratePlaybook bool + Resource scaffold.Resource + func (m *MoleculeDefaultPlaybook) GetInput() (input.Input, error) + type MoleculeDefaultPrepare struct + func (m *MoleculeDefaultPrepare) GetInput() (input.Input, error) + type MoleculeTestClusterMolecule struct + func (m *MoleculeTestClusterMolecule) GetInput() (input.Input, error) + type MoleculeTestClusterPlaybook struct + Resource scaffold.Resource + func (m *MoleculeTestClusterPlaybook) GetInput() (input.Input, error) + type MoleculeTestLocalMolecule struct + func (m *MoleculeTestLocalMolecule) GetInput() (input.Input, error) + type MoleculeTestLocalPlaybook struct + Resource scaffold.Resource + func (m *MoleculeTestLocalPlaybook) GetInput() (input.Input, error) + type MoleculeTestLocalPrepare struct + Resource scaffold.Resource + func (m *MoleculeTestLocalPrepare) GetInput() (input.Input, error) + type Playbook struct + Resource scaffold.Resource + func (p *Playbook) GetInput() (input.Input, error) + type RolesDefaultsMain struct + Resource scaffold.Resource + func (r *RolesDefaultsMain) GetInput() (input.Input, error) + type RolesFiles struct + Resource scaffold.Resource + func (r *RolesFiles) GetInput() (input.Input, error) + type RolesHandlersMain struct + Resource scaffold.Resource + func (r *RolesHandlersMain) GetInput() (input.Input, error) + type RolesMetaMain struct + Resource scaffold.Resource + func (r *RolesMetaMain) GetInput() (input.Input, error) + type RolesReadme struct + Resource scaffold.Resource + func (r *RolesReadme) GetInput() (input.Input, error) + type RolesTasksMain struct + Resource scaffold.Resource + func (r *RolesTasksMain) GetInput() (input.Input, error) + type RolesTemplates struct + Resource scaffold.Resource + func (r *RolesTemplates) GetInput() (input.Input, error) + type RolesVarsMain struct + Resource scaffold.Resource + func (r *RolesVarsMain) GetInput() (input.Input, error) + type Travis struct + func (t *Travis) GetInput() (input.Input, error) + type UserSetup struct + func (u *UserSetup) GetInput() (input.Input, error) + type Watches struct + GeneratePlaybook bool + Resource scaffold.Resource + RolesDir string + func (w *Watches) GetInput() (input.Input, error)