controller

package
v0.0.0-...-052d8fd Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: AGPL-3.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

View Source
const ConfigChanged = "controller.config-changed"

ConfigChanged messages are published by the apiserver client controller facade whenever the controller config is updated. data: `ConfigChangedMessage`

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigChangedMessage

type ConfigChangedMessage struct {
	Config controller.Config
}

ConfigChangedMessage contains the controller.Config as it is after the update. Despite the controller.Config being a map[string]interface{}, which also happens to be the default pubsub message payload, we wrap it in a structure because the central hub annotates the serialised data structure with, at least, the origin of the message.

Jump to

Keyboard shortcuts

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