config

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PodCIDRKey                  = "global.podCIDR"
	ServiceCIDRKey              = "global.serviceCIDR"
	Pure1UnpluggedInstallDirKey = "global.installDir"
	PublicAddressKey            = "global.publicAddress"
	SSLCertFileKey              = "global.sslCertFile"
	SSLKeyFileKey               = "global.sslKeyFile"
	CreateSelfSignedCertsKey    = "global.createSelfSignedCerts"
)

Establish some well known config keys and default values

Variables

View Source
var Defaults = map[string]string{
	PodCIDRKey:                  "192.168.0.0/16",
	ServiceCIDRKey:              "10.96.0.0/12",
	Pure1UnpluggedInstallDirKey: "/opt/pure1-unplugged",
	PublicAddressKey:            "pure1-unplugged.example.com",
	SSLCertFileKey:              "/etc/pure1-unplugged/ssl/pure1-unplugged.crt",
	SSLKeyFileKey:               "/etc/pure1-unplugged/ssl/pure1-unplugged.key",
	CreateSelfSignedCertsKey:    "true",
}

Defaults is a map of config key to default value

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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