package
1.8.1
Repository: https://github.com/siderolabs/talos.git
Documentation: pkg.go.dev

# Structs

AdjtimeStatusController manages time.AdjtimeStatus based on Linux kernel info.
SyncController manages v1alpha1.TimeSync based on configuration and NTP sync process.

# Interfaces

NTPSyncer interface is implemented by ntp.Syncer, interface for mocking.

# Type aliases

NewNTPSyncerFunc function allows to replace ntp.Syncer with the mock.