io.quarkiverse.operatorsdk.it.TestLeaderElectionConfiguration Maven / Gradle / Ivy
package io.quarkiverse.operatorsdk.it;
import jakarta.inject.Singleton;
import io.javaoperatorsdk.operator.api.config.LeaderElectionConfiguration;
@Singleton
public class TestLeaderElectionConfiguration extends LeaderElectionConfiguration {
public TestLeaderElectionConfiguration() {
super("testLeaseName");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy