cluster

package
v2.1.5+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2020 License: Apache-2.0 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 {
	ClusterID    string
	CertTTL      string
	Domain       Domain
	IP           IP
	Organization string
}

Config data structure provides configuration values for cluster.

type Domain

type Domain struct {
	API                string
	Calico             string
	CalicoEtcdClient   string
	Etcd               string
	FlanneldEtcdClient string
	InternalAPI        string
	NodeOperator       string
	Prometheus         string
	ServiceAccount     string
	Worker             string
}

Domain data structure holds different domain entries for cluster components.

type IP

type IP struct {
	API   net.IP
	Range net.IP
}

IP data structure holds IP entries for cluster components.

Jump to

Keyboard shortcuts

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