generator

package
v0.0.0-...-8a8b58e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2018 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ASGenerator

type ASGenerator struct {
	// contains filtered or unexported fields
}

func NewASGenerator

func NewASGenerator(
	stateStore storage.Store,
	ui *ui.UI,
	fs fileio.Fs,
) ASGenerator

type AnsibleHost

type AnsibleHost struct {
	Host          string `yaml:"ansible_host"`
	SSHUser       string `yaml:"ansible_ssh_user"`
	SSHCommonArgs string `yaml:"ansible_ssh_common_args,omitempty"`
}

type SSHConfig

type SSHConfig struct {
	UserKnownHostsFile    string
	SSHPrivateKey         string
	JumpboxUser           string
	JumpboxHost           string
	StrictHostKeyChecking string
}

type Stack

type Stack struct {
	// contains filtered or unexported fields
}

func NewStack

func NewStack() *Stack

func (*Stack) Dump

func (s *Stack) Dump()

Dump() prints a textual representation of the stack.

func (*Stack) Get

func (s *Stack) Get(index int) (interface{}, error)

Get() peeks at the n-th item in the stack. Unlike other operations, this one costs O(n).

func (*Stack) Len

func (s *Stack) Len() int

func (*Stack) Peek

func (s *Stack) Peek() interface{}

func (*Stack) Pop

func (s *Stack) Pop() interface{}

func (*Stack) Push

func (s *Stack) Push(item interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL