Custom Service Response
data class CustomServiceResponse(val docker: DockerResponse? = null, val endpoints: List<EndpointResponse>? = null, val environmentVariables: Map<String, EnvironmentVariableResponse>? = null, val image: ImageResponse? = null, val name: String? = null, val volumes: List<VolumeDefinitionResponse>? = null)
Specifies the custom service configuration
Constructors
Link copied to clipboard
constructor(docker: DockerResponse? = null, endpoints: List<EndpointResponse>? = null, environmentVariables: Map<String, EnvironmentVariableResponse>? = null, image: ImageResponse? = null, name: String? = null, volumes: List<VolumeDefinitionResponse>? = null)
Properties
Link copied to clipboard
Describes the docker settings for the image
Link copied to clipboard
Configuring the endpoints for the container
Link copied to clipboard
Environment Variable for the container
Link copied to clipboard
Describes the Image Specifications
Link copied to clipboard
Configuring the volumes for the container