Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 2.01 KB

V1ImageStreamTag.md

File metadata and controls

17 lines (13 loc) · 2.01 KB

V1ImageStreamTag

Properties

Name Type Description Notes
apiVersion string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources [optional]
conditions \UniversityOfAdelaide\OpenShift\Model\V1TagEventCondition[] conditions is an array of conditions that apply to the image stream tag. [optional]
generation int generation is the current generation of the tagged image - if tag is provided and this value is not equal to the tag generation, a user has requested an import that has not completed, or conditions will be filled out indicating any error.
image \UniversityOfAdelaide\OpenShift\Model\V1Image image associated with the ImageStream and tag.
kind string Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds [optional]
lookupPolicy \UniversityOfAdelaide\OpenShift\Model\V1ImageLookupPolicy lookupPolicy indicates whether this tag will handle image references in this namespace.
metadata \UniversityOfAdelaide\OpenShift\Model\V1ObjectMeta Standard object's metadata. [optional]
tag \UniversityOfAdelaide\OpenShift\Model\V1TagReference tag is the spec tag associated with this image stream tag, and it may be null if only pushes have occurred to this image stream.

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