ops

package
v0.0.0-...-534f96f Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyOp

func ApplyOp(manifest string, op Op) (string, error)

func ApplyOps

func ApplyOps(manifest string, ops []Op) (string, error)

func FindOp

func FindOp(manifest, path string) (interface{}, error)

func ManifestName

func ManifestName(manifest string) (string, error)

Types

type InstanceGroup

type InstanceGroup struct {
	Name      string
	Instances int
	Lifecycle string
}

func InstanceGroups

func InstanceGroups(manifest string) ([]InstanceGroup, error)

type Op

type Op struct {
	Type  string      `yaml:"type"`
	Path  string      `yaml:"path"`
	Value interface{} `yaml:"value"`
}

Jump to

Keyboard shortcuts

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