Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
options.CommonOptions
// Secrets file location, where the secret leases are stored
SecretsFileName string
// Address to use to expose metrics (path configured with MetricsPath).
// The /healthz and /readyz endpoints will also be exposed on this address.
ListenAddress string
// Path to use to expose metrics
MetricsPath string
}
Options customizes the parameters of templating.
Click to show internal directories.
Click to hide internal directories.