CustomServiceResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val docker: DockerResponse? = null

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
val image: ImageResponse? = null

Describes the Image Specifications

Link copied to clipboard
val name: String? = null

Name of the Custom Service

Link copied to clipboard

Configuring the volumes for the container