Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 937 Bytes

V1ImageImportSpec.md

File metadata and controls

13 lines (9 loc) · 937 Bytes

V1ImageImportSpec

Properties

Name Type Description Notes
_from V1ObjectReference From is the source of an image to import; only kind DockerImage is allowed
to V1LocalObjectReference To is a tag in the current image stream to assign the imported image to, if name is not specified the default tag from from.name will be used [optional]
import_policy V1TagImportPolicy ImportPolicy is the policy controlling how the image is imported [optional]
include_manifest bool IncludeManifest determines if the manifest for each image is returned in the response [optional]

[Back to Model list] [Back to API list] [Back to README]