Documentation
¶
Index ¶
Constants ¶
View Source
const (
PodNamespace = statusutils.PodNamespaceEnvName
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SetupFunc ¶
type SetupFunc func(ctx context.Context,
kubeCache kube.SharedCache,
inMemoryCache memory.InMemoryResourceCache,
settings *v1.Settings) 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{}
}
type SetupSyncer ¶
type SetupSyncer struct {
// contains filtered or unexported fields
}
func NewSetupSyncer ¶
func NewSetupSyncer(settingsRef *core.ResourceRef, setupFunc SetupFunc) *SetupSyncer
Click to show internal directories.
Click to hide internal directories.