operator

package
v0.0.0-alpha.0....-eeef803 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 61 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AlivenessChecker = health.NewMultiAlivenessChecker()
View Source
var CertConfigMaps = []installer.UnrevisionedResource{
	{Name: "restore-etcd-pod"},
	{Name: "etcd-scripts"},
	{Name: "etcd-serving-ca"},
	{Name: "etcd-peer-client-ca"},
	{Name: "etcd-metrics-proxy-serving-ca"},
	{Name: "etcd-metrics-proxy-client-ca"},
}
View Source
var CertSecrets = []installer.UnrevisionedResource{

	{Name: "etcd-all-certs"},
}
View Source
var RevisionConfigMaps = []revision.RevisionResource{
	{Name: "etcd-pod"},

	{Name: "etcd-serving-ca"},
	{Name: "etcd-peer-client-ca"},
	{Name: "etcd-metrics-proxy-serving-ca"},
	{Name: "etcd-metrics-proxy-client-ca"},
	{Name: "etcd-endpoints"},
}

RevisionConfigMaps is a list of configmaps that are directly copied for the current values. A different actor/controller modifies these. the first element should be the configmap that contains the static pod manifest

View Source
var RevisionSecrets = []revision.RevisionResource{
	{Name: "etcd-all-certs"},
}

RevisionSecrets is a list of secrets that are directly copied for the current values. A different actor/controller modifies these.

Functions

func RunOperator

func RunOperator(ctx context.Context, controllerContext *controllercmd.ControllerContext) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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