Documentation
¶
Overview ¶
Package manager contains functions for configuring a controller manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
MetricsAddr string
EnableLeaderElection bool
ProbeAddr string
SecureMetrics bool
EnableHTTP2 bool
UseWebhook bool
CertDir string
WebhookPort int
SpokeConcurrentReconciles int
InstanceType string
EnableLegacyControllers bool
EnableTopologyResources bool
Scheme *runtime.Scheme
}
Options are the options for configuring a controller manager
Click to show internal directories.
Click to hide internal directories.