Documentation ¶
Index ¶
Constants ¶
View Source
const (
NamespaceNebulaSystem = "nebula-system"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // Namespaces restricts the cache's ListWatch to the desired namespaces // Default watches all namespaces Namespaces []string // LeaderElection defines the configuration of leader election client. LeaderElection cbc.LeaderElectionConfiguration // HPAOpts defines the configuration of autoscaler controller. HPAOpts ctrlmgrconfigv1alpha1.HPAControllerConfiguration // EnableAdmissionWebhook enable admission webhook for autoscaler. EnableAdmissionWebhook bool // MetricsBindAddress is the TCP address that the controller should bind to // for serving prometheus metrics. // It can be set to "0" to disable the metrics serving. // Defaults to ":8080". MetricsBindAddress string // HealthProbeBindAddress is the TCP address that the controller should bind to // for serving health probes. // // It can be set to "0" to disable serving the health probe. // Defaults to ":8081". HealthProbeBindAddress string ProfileOpts profile.Options WebhookOpts webhook.Options }
func NewOptions ¶
func NewOptions() *Options
Click to show internal directories.
Click to hide internal directories.