package
Version:
v0.0.0-...-ab60f3c
Opens a new window with list of versions in this module.
Published: Nov 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
HealthProbeBindAddress string `yaml:"healthProbeBindAddress"`
Job Job `yaml:"job"`
LeaderElection LeaderElection `yaml:"leaderElection"`
Metrics Metrics `yaml:"metrics"`
Webhook Webhook `yaml:"webhook"`
Worker Worker `yaml:"worker"`
}
type Job struct {
GCDelay time.Duration `yaml:"gcDelay,omitempty"`
}
type LeaderElection struct {
Enabled bool `yaml:"enabled"`
ResourceID string `yaml:"resourceID"`
}
type Metrics struct {
BindAddress string `yaml:"bindAddress"`
DisableHTTP2 bool `yaml:"disableHTTP2"`
EnableAuthnAuthz bool `yaml:"enableAuthnAuthz"`
SecureServing bool `yaml:"secureServing"`
}
type Webhook struct {
DisableHTTP2 bool `yaml:"disableHTTP2"`
Port int `yaml:"port"`
}
type Worker struct {
RunAsUser *int64 `yaml:"runAsUser"`
SELinuxType string `yaml:"seLinuxType"`
FirmwareHostPath *string `yaml:"firmwareHostPath,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.