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
|
Base URL of the container registry. Default value: None
|
username
|
Username for to access the container registry. Default value: None
|
password
|
Password for to access the container registry. Default value: None
|
repository
|
Repository name (image name). Default value: None
|
tag
|
Image tag. Default value: None
|
platform
|
Platform (windows or linux). Default value: None
|
Variables
Name | Description |
---|---|
base_url
|
Base URL of the container registry. |
username
|
Username for to access the container registry. |
password
|
Password for to access the container registry. |
repository
|
Repository name (image name). |
tag
|
Image tag. |
platform
|
Platform (windows or linux). |