Name | Type | Description | Notes |
---|---|---|---|
from | \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference | From is the source of an image to import; only kind DockerImage is allowed | |
importPolicy | \UniversityOfAdelaide\OpenShift\Model\V1TagImportPolicy | ImportPolicy is the policy controlling how the image is imported | [optional] |
includeManifest | bool | IncludeManifest determines if the manifest for each image is returned in the response | [optional] |
referencePolicy | \UniversityOfAdelaide\OpenShift\Model\V1TagReferencePolicy | ReferencePolicy defines how other components should consume the image | [optional] |
to | \UniversityOfAdelaide\OpenShift\Model\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] |