Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.29 KB

File metadata and controls

16 lines (12 loc) · 1.29 KB

V1TagReference

Properties

Name Type Description Notes
annotations dict(str, str) Annotations associated with images using this tag
_from 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 openshift.clients will send this as nil, which means the openshift.client doesn't know or care.
import_policy V1TagImportPolicy Import is information that controls how images may be imported by the server. [optional]
name str 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]
reference_policy V1TagReferencePolicy ReferencePolicy defines how other components should consume the image [optional]

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