github.com/docker/compose-on-kubernetes@v0.5.0/api/constants/constants.go (about)

     1  package constants
     2  
     3  import "time"
     4  
     5  const (
     6  	// DefaultFullSyncInterval is the default interval between 2 full-sync used by the
     7  	// controller informers
     8  	DefaultFullSyncInterval = 12 * time.Hour
     9  )