apiservercertwatcher

package
v0.0.0-...-8ff1004 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Manifold

func Manifold(config ManifoldConfig) dependency.Manifold

Manifold returns a dependency.Manifold which wraps an agent's voyeur.Value which is set whenever the agent config is changed. The manifold will not bounce when the certificates change.

The worker will watch for API server certificate changes, and make the current value available via the manifold's Output. The Output expects a pointer to a function of type:

func() *tls.Certificate

The resulting tls.Certificate's Leaf field will be set, to ensure we only parse the certificate once. This allows the consumer to obtain the associated DNS names.

The manifold is intended to be a dependency for the apiserver.

Types

type ManifoldConfig

type ManifoldConfig struct {
	AgentName          string
	AgentConfigChanged *voyeur.Value
}

Jump to

Keyboard shortcuts

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