types

package
v0.0.0-...-bd6e6ca Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	HostUpdateFrequency    int
	DNSUpdateFrequency     int
	RoleMetadataKey        string
	EnvironmentMetadataKey string
	DNSDomainName          string
	DNSZoneName            string
	DNSTTL                 int64
	HostInventory          HostInventory
	HostInventoryMutex     sync.Mutex
}

Configuration object for the HostInventoryUpdater:

type Environment

type Environment struct {
	DNSRecords map[string][]string
}

type HostInventory

type HostInventory struct {
	Environments map[string]Environment
}

Jump to

Keyboard shortcuts

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