Delen via


CustomApplications Klas

Hiermee geeft u de configuratie van de aangepaste servicetoepassing op.

Overname
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
Vereist
str

Naam van de aangepaste toepassing.

image
Vereist

Beschrijft de installatiekopieënspecificaties.

type
Vereist

Type van de aangepaste toepassing.

endpoints
Vereist

De eindpunten voor de container configureren.

environment_variables
Vereist

Omgevingsvariabelen voor de container.

bind_mounts
Vereist

Configuratie van de bindingskoppelingen voor de container.

Keyword-Only Parameters

Name Description
name
Vereist
image
Vereist
type
standaardwaarde: docker
endpoints
Vereist
environment_variables
Vereist
bind_mounts
Vereist