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

io.continual.flowcontrol.impl.controller.k8s.impl.NoMapImageMapper Maven / Gradle / Ivy

package io.continual.flowcontrol.impl.controller.k8s.impl;

import io.continual.flowcontrol.impl.controller.k8s.ContainerImageMapper;
import io.continual.flowcontrol.model.FlowControlJob.FlowControlRuntimeSpec;
import io.continual.flowcontrol.services.deployer.FlowControlDeploymentService.RequestException;

public class NoMapImageMapper implements ContainerImageMapper
{
	@Override
	public String getImageName ( FlowControlRuntimeSpec rs ) throws RequestException
	{
		return rs.getName () + ":" + rs.getVersion ();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy