# Functions
FindIP will return the IP address from a string.
FindNodeByAddress is a helper method that searches the node registry to determine if a node has been registered with a specific worker pool.
FindNodeByRegistrationTime is a helper method that watches a worker pool in the node registry for a newly launched node.
HasObjectChanged compares two objects to determine if they have changed.
Max returns the largest float from a variable length list of floats.
Min returns the smallest float from a variable length list of floats.
ParseMetaConfig parses meta parameters from a Nomad agent or job configuration and validates required keys are present.
StringInSlice checks if a given string is in a slice.