Class NoMapImageMapper
java.lang.Object
io.continual.flowcontrol.impl.controller.k8s.impl.NoMapImageMapper
- All Implemented Interfaces:
ContainerImageMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImageName(io.continual.flowcontrol.model.FlowControlJob.FlowControlRuntimeSpec rs) Return a container image spec (e.g.
-
Constructor Details
-
NoMapImageMapper
public NoMapImageMapper()
-
-
Method Details
-
getImageName
public String getImageName(io.continual.flowcontrol.model.FlowControlJob.FlowControlRuntimeSpec rs) throws io.continual.flowcontrol.model.FlowControlDeploymentService.RequestException Description copied from interface:ContainerImageMapperReturn a container image spec (e.g. "package:version") given a runtime spec.- Specified by:
getImageNamein interfaceContainerImageMapper- Parameters:
rs-- Returns:
- a string suitable as a container name
- Throws:
io.continual.flowcontrol.model.FlowControlDeploymentService.RequestException
-