# Constants

DefaultFileMode is the default mode of the files created by the controller.
DefaultFileOwner is the default owner of the files created by the controller.
DefaultLeaderElectLeaseDuration is the default duration that non-leader candidates will wait to force acquire leadership.
DefaultLeaderElectRenewDeadline is the default duration that the acting master will retry refreshing leadership before giving up.
DefaultLeaderElectRetryPeriod is the default duration the LeaderElector clients should wait between tries of actions.
DefaultSyncPeriod is the default resync period for the controller manager's cache.
DefaultWebhookPort is the default port that the webhook server serves at.
FileModeRootExecutable is the mode of the files created by the controller when the owner is root.