cluster

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2021 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
	VersionBundleVersion 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