# Functions
GetHiveClusterProvisionImagePullPolicy returns the policy to use when pulling the hive image for the ClusterProvision pod.
GetHiveImage returns the hive image to use in controllers.
GetHiveImagePullPolicy returns the policy to use when pulling the hive image.
# Constants
DefaultHiveImage is the image to use for hive when an image is not specified via the environment variable.
HiveClusterProvisionImagePullPolicyEnvVar = "HIVE_CLUSTER_PROVISION_IMAGE_PULL_POLICY" This pull policy differs from the pull policy used by the Hive operator as a temporary mitigation in the event the container registry serving the image is unavailable.
HiveImageEnvVar is the optional environment variable that overrides the image to use for provisioning/deprovisioning.
HiveImagePullPolicyEnvVar is the optional environment variable that overrides the pull policy to use for pulling the hive image.