Documentation
¶
Index ¶
Constants ¶
View Source
const ( // For VCL version name we use config map resource version which is a number. // Varnish doesn't accept config name that have numbers in the beginning. Even if it is disguised as strings (e.g. "1243"). // For that reasons we prepend this prefix. VCLVersionPrefix = "v-" )
Variables ¶
This section is empty.
Functions ¶
func SetupVarnishReconciler ¶
func SetupVarnishReconciler(mgr manager.Manager, cfg *config.Config, varnish varnishadm.VarnishAdministrator, metrics *metrics.VarnishControllerMetrics, logr *logger.Logger) error
SetupVarnishReconciler creates a new VarnishCluster Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
Types ¶
Click to show internal directories.
Click to hide internal directories.