Package com.algolia.model.ingestion
Class SourceDocker
java.lang.Object
com.algolia.model.ingestion.SourceDocker
- All Implemented Interfaces:
SourceInput
SourceDocker
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceInput
SourceInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe configuration of the spec.getImage()The name of the image to pull.Get imageTypeGet registryThe version of the image, defaults to `latest`.inthashCode()setConfiguration(Object _configuration) setImageType(DockerImageType imageType) setRegistry(DockerRegistry registry) setVersion(String version) toString()
-
Constructor Details
-
SourceDocker
public SourceDocker()
-
-
Method Details
-
setImageType
-
getImageType
Get imageType -
setRegistry
-
getRegistry
Get registry -
setImage
-
getImage
The name of the image to pull. -
setVersion
-
getVersion
The version of the image, defaults to `latest`. -
setConfiguration
-
getConfiguration
The configuration of the spec. -
equals
-
hashCode
public int hashCode() -
toString
-