Share via


ValidateContainerSettingsRequest Class

Container settings validation request context.

Constructor

ValidateContainerSettingsRequest(*, base_url: str | None = None, username: str | None = None, password: str | None = None, repository: str | None = None, tag: str | None = None, platform: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
base_url
str

Base URL of the container registry.

Default value: None
username
str

Username for to access the container registry.

Default value: None
password
str

Password for to access the container registry.

Default value: None
repository
str

Repository name (image name).

Default value: None
tag
str

Image tag.

Default value: None
platform
str

Platform (windows or linux).

Default value: None

Variables

Name Description
base_url
str

Base URL of the container registry.

username
str

Username for to access the container registry.

password
str

Password for to access the container registry.

repository
str

Repository name (image name).

tag
str

Image tag.

platform
str

Platform (windows or linux).