Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoCapabilities ¶ added in v0.19.1
type AutoCapabilities struct {
Enrollment Enrollment
Discovery Discovery
}
type Config ¶
type Config struct {
Backend grpcinternal.BackendReadWriter
BindAddrPort netip.AddrPort
Logger logr.Logger
Auto AutoCapabilities
}
type Discovery ¶ added in v0.19.1
type Discovery struct {
Enabled bool
Namespace string
EnrollmentEnabled bool
Backend grpcinternal.AutoDiscoveryReadCreator
}
type Enrollment ¶ added in v0.19.1
type Enrollment struct {
Enabled bool
Backend grpcinternal.AutoEnrollmentReadCreator
}
type Option ¶
type Option func(*Config)
Option is a functional option type.
func WithAutoDiscoveryAutoEnrollmentEnabled ¶ added in v0.19.1
WithAutoDiscoveryAutoEnrollmentEnabled sets the value for hardware.spec.auto.enrollmentEnabled when auto discovery creates Hardware objects.
func WithAutoDiscoveryNamespace ¶ added in v0.19.0
WithAutoDiscoveryNamespace sets the namespace for auto discovery.
func WithBackend ¶
func WithBackend(b grpcinternal.BackendReadWriter) Option
WithBackend sets the backend for the server.
func WithBindAddrPort ¶
WithBindAddrPort sets the bind address and port for the server.
Click to show internal directories.
Click to hide internal directories.