io.automatiko.engine.operator.AutomatikoOperatorProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automatiko-operator-deployment Show documentation
Show all versions of automatiko-operator-deployment Show documentation
Operator Deployment module for Quarkus Extension for Automatiko Engine
The newest version!
package io.automatiko.engine.operator;
import io.quarkus.deployment.annotations.BuildStep;
import io.quarkus.deployment.builditem.FeatureBuildItem;
public class AutomatikoOperatorProcessor {
private static final String FEATURE = "automatiko-operator";
@BuildStep
FeatureBuildItem automatikoOperatorFeature() {
return new FeatureBuildItem(FEATURE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy