config

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2021 License: Apache-2.0 Imports: 5 Imported by: 24

Documentation

Overview

Package config provides the common configuration of the Quarks operators

Index

Constants

View Source
const (
	// MeltdownDuration is the duration of the meltdown period, in which we
	// postpone further reconciles for the same resource
	MeltdownDuration = 1 * time.Minute
	// MeltdownRequeueAfter is the duration for which we delay the requeuing of the reconcile
	MeltdownRequeueAfter = 30 * time.Second
)

Variables

This section is empty.

Functions

func GetOperatorDockerImage

func GetOperatorDockerImage() string

GetOperatorDockerImage returns the image name of the operator docker image

func GetOperatorImagePullPolicy

func GetOperatorImagePullPolicy() corev1.PullPolicy

GetOperatorImagePullPolicy returns the image pull policy to be used for generated pods

func SetupOperatorDockerImage

func SetupOperatorDockerImage(org, repo, tag string) (err error)

SetupOperatorDockerImage initializes the package scoped variable

func SetupOperatorImagePullPolicy

func SetupOperatorImagePullPolicy(pullPolicy string) error

SetupOperatorImagePullPolicy sets the pull policy

Types

type Config

type Config struct {
	CtxTimeOut           time.Duration
	MeltdownDuration     time.Duration
	MeltdownRequeueAfter time.Duration
	// MonitoredID we look for in namespace labels, before acting
	MonitoredID string
	// OperatorNamespace is where the webhook services of the operator are placed
	OperatorNamespace           string
	WebhookUseServiceRef        bool
	WebhookServerHost           string
	WebhookServerPort           int32
	Fs                          afero.Fs
	MaxBoshDeploymentWorkers    int
	MaxQuarksJobWorkers         int
	MaxQuarksSecretWorkers      int
	MaxQuarksStatefulSetWorkers int
}

Config controls the behaviour of different controllers

func NewDefaultConfig

func NewDefaultConfig(fs afero.Fs) *Config

NewDefaultConfig returns a new Config for a manager of controllers

Jump to

Keyboard shortcuts

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