All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodic.kubernetes.confcenter.reload.ConfigReloadDetectionMode Maven / Gradle / Ivy

package org.zodic.kubernetes.confcenter.reload;

public enum ConfigReloadDetectionMode {

    /**
     * Enables a polling task that retrieves periodically all external configReloadInfo and fire a reload when they
     * change.
     */
    POLLING,

    /**
     * Listens to Kubernetes events and checks if a reload is needed when configmaps or secrets change.
     */
    EVENT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy