# Functions
Run is the entry point for starting the service.
ValidateConfig will validate the configuration and return any errors.
# Constants
DefaultEndPoint for leader election path.
DefaultNameSpace for PowerMax pod running metrics collection.
LivenessProbeInterval the interval to probe PowerMax connection liveness.
MaximumTickInterval is the maximum allowed interval when querying metrics.
MinimumTickInterval is the minimum allowed interval when querying metrics.
# Variables
ConfigValidatorFunc is used to override config validation in testing.