manifests

package
v0.0.0-...-90c63b4 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadManifest

func ReadManifest(manifestFilename string) (map[string]interface{}, error)

Types

type Manifest

type Manifest struct {
	Networks []Network
}

type Network

type Network struct {
	Subnets []struct {
		CloudProperties struct {
			Subnet string
		} `yaml:"cloud_properties"`
		Range string
	}
}

func ReadNetworksFromManifest

func ReadNetworksFromManifest(manifestFilename string) ([]Network, error)

Jump to

Keyboard shortcuts

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