# 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.