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

io.quarkiverse.operatorsdk.it.TestLeaderElectionConfiguration Maven / Gradle / Ivy

There is a newer version: 6.9.1
Show newest version
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