config

package
v0.0.0-...-54d0854 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const FallbackComponentReconciler = "base"

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentCRD

type ComponentCRD struct {
	Group   string
	Version string
	Kind    string
}

type ComponentReconciler

type ComponentReconciler struct {
	URL string
}

type Config

type Config struct {
	Scheme    string
	Host      string
	Port      int
	Scheduler SchedulerConfig
}

func (*Config) Validate

func (c *Config) Validate() error

type SchedulerConfig

type SchedulerConfig struct {
	PreComponents  [][]string
	Reconcilers    map[string]ComponentReconciler
	DeleteStrategy string
	ComponentCRDs  map[string]ComponentCRD
}

Jump to

Keyboard shortcuts

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