ImportImageParameters Class
ImportImageParameters.
Constructor
ImportImageParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source
|
The source of the image. Required. |
|
target_tags
|
List of strings of the form repo[:tag]. When tag is omitted the source will be used (or 'latest' if source tag is also omitted). |
|
untagged_target_repositories
|
List of strings of repository names to do a manifest only copy. No tag will be created. |
|
mode
|
str or
ImportMode
When Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins. Known values are: "NoForce" and "Force". |
Attributes
mode
When Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins. Known values are: "NoForce" and "Force".
mode: str | _models.ImportMode | None
source
The source of the image. Required.
source: _models.ImportSource
target_tags
tag]. When tag is omitted the source will be used (or 'latest' if source tag is also omitted).
target_tags: list[str] | None
untagged_target_repositories
List of strings of repository names to do a manifest only copy. No tag will be created.
untagged_target_repositories: list[str] | None