setuputils

package
v1.16.15 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2024 License: Apache-2.0 Imports: 28 Imported by: 15

Documentation

Index

Constants

View Source
const (
	PodNamespace = statusutils.PodNamespaceEnvName
)

Variables

This section is empty.

Functions

func Main

func Main(opts SetupOpts) error

Main is the main entrypoint for running Gloo Edge components It works by performing the following:

  1. Initialize a SettingsClient backed either by Kubernetes or a File
  2. Run an event loop, watching events on the Settings resource, and executing the opts.SetupFunc whenever settings change

This allows Gloo components to automatically receive updates to Settings and reload their configuration, without needing to restart the container

func SetupLogging added in v1.15.2

func SetupLogging(ctx context.Context, loggerName string)

SetupLogging sets up controller-runtime logging

Types

type SetupFunc

type SetupFunc func(ctx context.Context,
	kubeCache kube.SharedCache,
	inMemoryCache memory.InMemoryResourceCache,
	settings *v1.Settings,
	identity leaderelector.Identity) error

tell us how to setup

type SetupOpts

type SetupOpts struct {
	LoggerName string
	// logged as the version of Gloo currently executing
	Version     string
	SetupFunc   SetupFunc
	ExitOnError bool
	CustomCtx   context.Context

	// optional - if present, add these values in each JSON log line in the gloo pod.
	// By default, we already log the gloo version.
	LoggingPrefixVals []interface{}

	ElectionConfig *leaderelector.ElectionConfig
}

type SetupSyncer

type SetupSyncer struct {
	// contains filtered or unexported fields
}

func NewSetupSyncer

func NewSetupSyncer(settingsRef *core.ResourceRef, setupFunc SetupFunc, identity leaderelector.Identity) *SetupSyncer

func (*SetupSyncer) Sync

func (s *SetupSyncer) Sync(ctx context.Context, snap *v1.SetupSnapshot) error

Jump to

Keyboard shortcuts

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