Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.39 KB

V1TagReference.md

File metadata and controls

16 lines (12 loc) · 1.39 KB

V1TagReference

Properties

Name Type Description Notes
annotations map[string,string] Annotations associated with images using this tag
from \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference From is a reference to an image stream tag or image stream this tag should track [optional]
generation int Generation is the image stream generation that updated this tag - setting it to 0 is an indication that the generation must be updated. Legacy clients will send this as nil, which means the client doesn't know or care.
importPolicy \UniversityOfAdelaide\OpenShift\Model\V1TagImportPolicy Import is information that controls how images may be imported by the server. [optional]
name string Name of the tag
reference bool Reference states if the tag will be imported. Default value is false, which means the tag will be imported. [optional]
referencePolicy \UniversityOfAdelaide\OpenShift\Model\V1TagReferencePolicy ReferencePolicy defines how other components should consume the image [optional]

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