use of com.bakdata.quick.manager.application.resources.ApplicationResourceLoader in project quick by bakdata.
the class KubernetesApplicationServiceTest method setUp.
@BeforeEach
void setUp() {
final ApplicationResourceLoader loader = new ApplicationResourceLoader(new KubernetesResources(), this.kafkaConfig, this.getResourceConfig(), this.getDeploymentConfig());
this.service = new KubernetesApplicationService(new KubernetesResources(), this.getManagerClient(), loader);
}
Aggregations