CustomApplications Class

Specifies the custom service application configuration.

Inheritance
builtins.object
CustomApplications

Constructor

CustomApplications(*, name: str, image: ImageSettings, type: str = 'docker', endpoints: List[EndpointsSettings], environment_variables: Dict | None = None, bind_mounts: List[VolumeSettings] | None = None, **kwargs: Any)

Parameters

Name Description
name
Required
str

Name of the Custom Application.

image
Required

Describes the Image Specifications.

type
Required

Type of the Custom Application.

endpoints
Required

Configuring the endpoints for the container.

environment_variables
Required

Environment Variables for the container.

bind_mounts
Required

Configuration of the bind mounts for the container.

Keyword-Only Parameters

Name Description
name
Required
image
Required
type
default value: docker
endpoints
Required
environment_variables
Required
bind_mounts
Required