Class ModelBackedImageMapper
java.lang.Object
io.continual.flowcontrol.impl.controller.k8s.impl.JsonDataImageMapper
io.continual.flowcontrol.impl.controller.k8s.impl.ModelBackedImageMapper
- All Implemented Interfaces:
ContainerImageMapper
-
Nested Class Summary
Nested classes/interfaces inherited from class io.continual.flowcontrol.impl.controller.k8s.impl.JsonDataImageMapper
JsonDataImageMapper.Rule -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModelBackedImageMapper(io.continual.services.ServiceContainer sc, org.json.JSONObject config) -
Method Summary
Methods inherited from class io.continual.flowcontrol.impl.controller.k8s.impl.JsonDataImageMapper
getImageName, readMapDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.continual.flowcontrol.impl.controller.k8s.impl.ContainerImageMapper
getImageName
-
Field Details
-
kSetting_ReadIntervalMs
- See Also:
-
kDefault_ReadIntervalMs
public static final long kDefault_ReadIntervalMs- See Also:
-
-
Constructor Details
-
ModelBackedImageMapper
public ModelBackedImageMapper(io.continual.services.ServiceContainer sc, org.json.JSONObject config) throws io.continual.builder.Builder.BuildFailure - Throws:
io.continual.builder.Builder.BuildFailure
-
-
Method Details
-
getMap
protected List<JsonDataImageMapper.Rule> getMap() throws io.continual.flowcontrol.model.FlowControlDeploymentService.ServiceException- Specified by:
getMapin classJsonDataImageMapper- Throws:
io.continual.flowcontrol.model.FlowControlDeploymentService.ServiceException
-