1 package v1
2
3
4
5
6
7
8
9
10
11
12
13
14 var map_DockerImageReference = map[string]string{
15 "": "DockerImageReference points to a container image.",
16 "Registry": "Registry is the registry that contains the container image",
17 "Namespace": "Namespace is the namespace that contains the container image",
18 "Name": "Name is the name of the container image",
19 "Tag": "Tag is which tag of the container image is being referenced",
20 "ID": "ID is the identifier for the container image",
21 }
22
23 func (DockerImageReference) SwaggerDoc() map[string]string {
24 return map_DockerImageReference
25 }
26
27 var map_Image = map[string]string{
28 "": "Image is an immutable representation of a container image and metadata at a point in time. Images are named by taking a hash of their contents (metadata and content) and any change in format, content, or metadata results in a new name. The images resource is primarily for use by cluster administrators and integrations like the cluster image registry - end users instead access images via the imagestreamtags or imagestreamimages resources. While image metadata is stored in the API, any integration that implements the container image registry API must provide its own storage for the raw manifest data, image config, and layer contents.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
29 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
30 "dockerImageReference": "DockerImageReference is the string that can be used to pull this image.",
31 "dockerImageMetadata": "DockerImageMetadata contains metadata about this image",
32 "dockerImageMetadataVersion": "DockerImageMetadataVersion conveys the version of the object, which if empty defaults to \"1.0\"",
33 "dockerImageManifest": "DockerImageManifest is the raw JSON of the manifest",
34 "dockerImageLayers": "DockerImageLayers represents the layers in the image. May not be set if the image does not define that data or if the image represents a manifest list.",
35 "signatures": "Signatures holds all signatures of the image.",
36 "dockerImageSignatures": "DockerImageSignatures provides the signatures as opaque blobs. This is a part of manifest schema v1.",
37 "dockerImageManifestMediaType": "DockerImageManifestMediaType specifies the mediaType of manifest. This is a part of manifest schema v2.",
38 "dockerImageConfig": "DockerImageConfig is a JSON blob that the runtime uses to set up the container. This is a part of manifest schema v2. Will not be set when the image represents a manifest list.",
39 "dockerImageManifests": "DockerImageManifests holds information about sub-manifests when the image represents a manifest list. When this field is present, no DockerImageLayers should be specified.",
40 }
41
42 func (Image) SwaggerDoc() map[string]string {
43 return map_Image
44 }
45
46 var map_ImageBlobReferences = map[string]string{
47 "": "ImageBlobReferences describes the blob references within an image.",
48 "imageMissing": "imageMissing is true if the image is referenced by the image stream but the image object has been deleted from the API by an administrator. When this field is set, layers and config fields may be empty and callers that depend on the image metadata should consider the image to be unavailable for download or viewing.",
49 "layers": "layers is the list of blobs that compose this image, from base layer to top layer. All layers referenced by this array will be defined in the blobs map. Some images may have zero layers.",
50 "config": "config, if set, is the blob that contains the image config. Some images do not have separate config blobs and this field will be set to nil if so.",
51 "manifests": "manifests is the list of other image names that this image points to. For a single architecture image, it is empty. For a multi-arch image, it consists of the digests of single architecture images, such images shouldn't have layers nor config.",
52 }
53
54 func (ImageBlobReferences) SwaggerDoc() map[string]string {
55 return map_ImageBlobReferences
56 }
57
58 var map_ImageImportSpec = map[string]string{
59 "": "ImageImportSpec describes a request to import a specific image.",
60 "from": "From is the source of an image to import; only kind DockerImage is allowed",
61 "to": "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",
62 "importPolicy": "ImportPolicy is the policy controlling how the image is imported",
63 "referencePolicy": "ReferencePolicy defines how other components should consume the image",
64 "includeManifest": "IncludeManifest determines if the manifest for each image is returned in the response",
65 }
66
67 func (ImageImportSpec) SwaggerDoc() map[string]string {
68 return map_ImageImportSpec
69 }
70
71 var map_ImageImportStatus = map[string]string{
72 "": "ImageImportStatus describes the result of an image import.",
73 "status": "Status is the status of the image import, including errors encountered while retrieving the image",
74 "image": "Image is the metadata of that image, if the image was located",
75 "tag": "Tag is the tag this image was located under, if any",
76 "manifests": "Manifests holds sub-manifests metadata when importing a manifest list",
77 }
78
79 func (ImageImportStatus) SwaggerDoc() map[string]string {
80 return map_ImageImportStatus
81 }
82
83 var map_ImageLayer = map[string]string{
84 "": "ImageLayer represents a single layer of the image. Some images may have multiple layers. Some may have none.",
85 "name": "Name of the layer as defined by the underlying store.",
86 "size": "Size of the layer in bytes as defined by the underlying store.",
87 "mediaType": "MediaType of the referenced object.",
88 }
89
90 func (ImageLayer) SwaggerDoc() map[string]string {
91 return map_ImageLayer
92 }
93
94 var map_ImageLayerData = map[string]string{
95 "": "ImageLayerData contains metadata about an image layer.",
96 "size": "Size of the layer in bytes as defined by the underlying store. This field is optional if the necessary information about size is not available.",
97 "mediaType": "MediaType of the referenced object.",
98 }
99
100 func (ImageLayerData) SwaggerDoc() map[string]string {
101 return map_ImageLayerData
102 }
103
104 var map_ImageList = map[string]string{
105 "": "ImageList is a list of Image objects.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
106 "metadata": "metadata is the standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
107 "items": "Items is a list of images",
108 }
109
110 func (ImageList) SwaggerDoc() map[string]string {
111 return map_ImageList
112 }
113
114 var map_ImageLookupPolicy = map[string]string{
115 "": "ImageLookupPolicy describes how an image stream can be used to override the image references used by pods, builds, and other resources in a namespace.",
116 "local": "local will change the docker short image references (like \"mysql\" or \"php:latest\") on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag's referencePolicy is taken into account on the replaced value. Only works within the current namespace.",
117 }
118
119 func (ImageLookupPolicy) SwaggerDoc() map[string]string {
120 return map_ImageLookupPolicy
121 }
122
123 var map_ImageManifest = map[string]string{
124 "": "ImageManifest represents sub-manifests of a manifest list. The Digest field points to a regular Image object.",
125 "digest": "Digest is the unique identifier for the manifest. It refers to an Image object.",
126 "mediaType": "MediaType defines the type of the manifest, possible values are application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json or application/vnd.docker.distribution.manifest.v1+json.",
127 "manifestSize": "ManifestSize represents the size of the raw object contents, in bytes.",
128 "architecture": "Architecture specifies the supported CPU architecture, for example `amd64` or `ppc64le`.",
129 "os": "OS specifies the operating system, for example `linux`.",
130 "variant": "Variant is an optional field repreenting a variant of the CPU, for example v6 to specify a particular CPU variant of the ARM CPU.",
131 }
132
133 func (ImageManifest) SwaggerDoc() map[string]string {
134 return map_ImageManifest
135 }
136
137 var map_ImageSignature = map[string]string{
138 "": "ImageSignature holds a signature of an image. It allows to verify image identity and possibly other claims as long as the signature is trusted. Based on this information it is possible to restrict runnable images to those matching cluster-wide policy. Mandatory fields should be parsed by clients doing image verification. The others are parsed from signature's content by the server. They serve just an informative purpose.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
139 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
140 "type": "Required: Describes a type of stored blob.",
141 "content": "Required: An opaque binary string which is an image's signature.",
142 "conditions": "Conditions represent the latest available observations of a signature's current state.",
143 "imageIdentity": "A human readable string representing image's identity. It could be a product name and version, or an image pull spec (e.g. \"registry.access.redhat.com/rhel7/rhel:7.2\").",
144 "signedClaims": "Contains claims from the signature.",
145 "created": "If specified, it is the time of signature's creation.",
146 "issuedBy": "If specified, it holds information about an issuer of signing certificate or key (a person or entity who signed the signing certificate or key).",
147 "issuedTo": "If specified, it holds information about a subject of signing certificate or key (a person or entity who signed the image).",
148 }
149
150 func (ImageSignature) SwaggerDoc() map[string]string {
151 return map_ImageSignature
152 }
153
154 var map_ImageStream = map[string]string{
155 "": "An ImageStream stores a mapping of tags to images, metadata overrides that are applied when images are tagged in a stream, and an optional reference to a container image repository on a registry. Users typically update the spec.tags field to point to external images which are imported from container registries using credentials in your namespace with the pull secret type, or to existing image stream tags and images which are immediately accessible for tagging or pulling. The history of images applied to a tag is visible in the status.tags field and any user who can view an image stream is allowed to tag that image into their own image streams. Access to pull images from the integrated registry is granted by having the \"get imagestreams/layers\" permission on a given image stream. Users may remove a tag by deleting the imagestreamtag resource, which causes both spec and status for that tag to be removed. Image stream history is retained until an administrator runs the prune operation, which removes references that are no longer in use. To preserve a historical image, ensure there is a tag in spec pointing to that image by its digest.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
156 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
157 "spec": "Spec describes the desired state of this stream",
158 "status": "Status describes the current state of this stream",
159 }
160
161 func (ImageStream) SwaggerDoc() map[string]string {
162 return map_ImageStream
163 }
164
165 var map_ImageStreamImage = map[string]string{
166 "": "ImageStreamImage represents an Image that is retrieved by image name from an ImageStream. User interfaces and regular users can use this resource to access the metadata details of a tagged image in the image stream history for viewing, since Image resources are not directly accessible to end users. A not found error will be returned if no such image is referenced by a tag within the ImageStream. Images are created when spec tags are set on an image stream that represent an image in an external registry, when pushing to the integrated registry, or when tagging an existing image from one image stream to another. The name of an image stream image is in the form \"<STREAM>@<DIGEST>\", where the digest is the content addressible identifier for the image (sha256:xxxxx...). You can use ImageStreamImages as the from.kind of an image stream spec tag to reference an image exactly. The only operations supported on the imagestreamimage endpoint are retrieving the image.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
167 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
168 "image": "Image associated with the ImageStream and image name.",
169 }
170
171 func (ImageStreamImage) SwaggerDoc() map[string]string {
172 return map_ImageStreamImage
173 }
174
175 var map_ImageStreamImport = map[string]string{
176 "": "The image stream import resource provides an easy way for a user to find and import container images from other container image registries into the server. Individual images or an entire image repository may be imported, and users may choose to see the results of the import prior to tagging the resulting images into the specified image stream.\n\nThis API is intended for end-user tools that need to see the metadata of the image prior to import (for instance, to generate an application from it). Clients that know the desired image can continue to create spec.tags directly into their image streams.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
177 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
178 "spec": "Spec is a description of the images that the user wishes to import",
179 "status": "Status is the result of importing the image",
180 }
181
182 func (ImageStreamImport) SwaggerDoc() map[string]string {
183 return map_ImageStreamImport
184 }
185
186 var map_ImageStreamImportSpec = map[string]string{
187 "": "ImageStreamImportSpec defines what images should be imported.",
188 "import": "Import indicates whether to perform an import - if so, the specified tags are set on the spec and status of the image stream defined by the type meta.",
189 "repository": "Repository is an optional import of an entire container image repository. A maximum limit on the number of tags imported this way is imposed by the server.",
190 "images": "Images are a list of individual images to import.",
191 }
192
193 func (ImageStreamImportSpec) SwaggerDoc() map[string]string {
194 return map_ImageStreamImportSpec
195 }
196
197 var map_ImageStreamImportStatus = map[string]string{
198 "": "ImageStreamImportStatus contains information about the status of an image stream import.",
199 "import": "Import is the image stream that was successfully updated or created when 'to' was set.",
200 "repository": "Repository is set if spec.repository was set to the outcome of the import",
201 "images": "Images is set with the result of importing spec.images",
202 }
203
204 func (ImageStreamImportStatus) SwaggerDoc() map[string]string {
205 return map_ImageStreamImportStatus
206 }
207
208 var map_ImageStreamLayers = map[string]string{
209 "": "ImageStreamLayers describes information about the layers referenced by images in this image stream.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
210 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
211 "blobs": "blobs is a map of blob name to metadata about the blob.",
212 "images": "images is a map between an image name and the names of the blobs and config that comprise the image.",
213 }
214
215 func (ImageStreamLayers) SwaggerDoc() map[string]string {
216 return map_ImageStreamLayers
217 }
218
219 var map_ImageStreamList = map[string]string{
220 "": "ImageStreamList is a list of ImageStream objects.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
221 "metadata": "metadata is the standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
222 "items": "Items is a list of imageStreams",
223 }
224
225 func (ImageStreamList) SwaggerDoc() map[string]string {
226 return map_ImageStreamList
227 }
228
229 var map_ImageStreamMapping = map[string]string{
230 "": "ImageStreamMapping represents a mapping from a single image stream tag to a container image as well as the reference to the container image stream the image came from. This resource is used by privileged integrators to create an image resource and to associate it with an image stream in the status tags field. Creating an ImageStreamMapping will allow any user who can view the image stream to tag or pull that image, so only create mappings where the user has proven they have access to the image contents directly. The only operation supported for this resource is create and the metadata name and namespace should be set to the image stream containing the tag that should be updated.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
231 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
232 "image": "Image is a container image.",
233 "tag": "Tag is a string value this image can be located with inside the stream.",
234 }
235
236 func (ImageStreamMapping) SwaggerDoc() map[string]string {
237 return map_ImageStreamMapping
238 }
239
240 var map_ImageStreamSpec = map[string]string{
241 "": "ImageStreamSpec represents options for ImageStreams.",
242 "lookupPolicy": "lookupPolicy controls how other resources reference images within this namespace.",
243 "dockerImageRepository": "dockerImageRepository is optional, if specified this stream is backed by a container repository on this server Deprecated: This field is deprecated as of v3.7 and will be removed in a future release. Specify the source for the tags to be imported in each tag via the spec.tags.from reference instead.",
244 "tags": "tags map arbitrary string values to specific image locators",
245 }
246
247 func (ImageStreamSpec) SwaggerDoc() map[string]string {
248 return map_ImageStreamSpec
249 }
250
251 var map_ImageStreamStatus = map[string]string{
252 "": "ImageStreamStatus contains information about the state of this image stream.",
253 "dockerImageRepository": "DockerImageRepository represents the effective location this stream may be accessed at. May be empty until the server determines where the repository is located",
254 "publicDockerImageRepository": "PublicDockerImageRepository represents the public location from where the image can be pulled outside the cluster. This field may be empty if the administrator has not exposed the integrated registry externally.",
255 "tags": "Tags are a historical record of images associated with each tag. The first entry in the TagEvent array is the currently tagged image.",
256 }
257
258 func (ImageStreamStatus) SwaggerDoc() map[string]string {
259 return map_ImageStreamStatus
260 }
261
262 var map_ImageStreamTag = map[string]string{
263 "": "ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream. Use this resource to interact with the tags and images in an image stream by tag, or to see the image details for a particular tag. The image associated with this resource is the most recently successfully tagged, imported, or pushed image (as described in the image stream status.tags.items list for this tag). If an import is in progress or has failed the previous image will be shown. Deleting an image stream tag clears both the status and spec fields of an image stream. If no image can be retrieved for a given tag, a not found error will be returned.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
264 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
265 "tag": "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.",
266 "generation": "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.",
267 "lookupPolicy": "lookupPolicy indicates whether this tag will handle image references in this namespace.",
268 "conditions": "conditions is an array of conditions that apply to the image stream tag.",
269 "image": "image associated with the ImageStream and tag.",
270 }
271
272 func (ImageStreamTag) SwaggerDoc() map[string]string {
273 return map_ImageStreamTag
274 }
275
276 var map_ImageStreamTagList = map[string]string{
277 "": "ImageStreamTagList is a list of ImageStreamTag objects.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
278 "metadata": "metadata is the standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
279 "items": "Items is the list of image stream tags",
280 }
281
282 func (ImageStreamTagList) SwaggerDoc() map[string]string {
283 return map_ImageStreamTagList
284 }
285
286 var map_ImageTag = map[string]string{
287 "": "ImageTag represents a single tag within an image stream and includes the spec, the status history, and the currently referenced image (if any) of the provided tag. This type replaces the ImageStreamTag by providing a full view of the tag. ImageTags are returned for every spec or status tag present on the image stream. If no tag exists in either form a not found error will be returned by the API. A create operation will succeed if no spec tag has already been defined and the spec field is set. Delete will remove both spec and status elements from the image stream.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
288 "metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
289 "spec": "spec is the spec tag associated with this image stream tag, and it may be null if only pushes have occurred to this image stream.",
290 "status": "status is the status tag details associated with this image stream tag, and it may be null if no push or import has been performed.",
291 "image": "image is the details of the most recent image stream status tag, and it may be null if import has not completed or an administrator has deleted the image object. To verify this is the most recent image, you must verify the generation of the most recent status.items entry matches the spec tag (if a spec tag is set). This field will not be set when listing image tags.",
292 }
293
294 func (ImageTag) SwaggerDoc() map[string]string {
295 return map_ImageTag
296 }
297
298 var map_ImageTagList = map[string]string{
299 "": "ImageTagList is a list of ImageTag objects. When listing image tags, the image field is not populated. Tags are returned in alphabetical order by image stream and then tag.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).",
300 "metadata": "metadata is the standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
301 "items": "Items is the list of image stream tags",
302 }
303
304 func (ImageTagList) SwaggerDoc() map[string]string {
305 return map_ImageTagList
306 }
307
308 var map_NamedTagEventList = map[string]string{
309 "": "NamedTagEventList relates a tag to its image history.",
310 "tag": "Tag is the tag for which the history is recorded",
311 "items": "Standard object's metadata.",
312 "conditions": "Conditions is an array of conditions that apply to the tag event list.",
313 }
314
315 func (NamedTagEventList) SwaggerDoc() map[string]string {
316 return map_NamedTagEventList
317 }
318
319 var map_RepositoryImportSpec = map[string]string{
320 "": "RepositoryImportSpec describes a request to import images from a container image repository.",
321 "from": "From is the source for the image repository to import; only kind DockerImage and a name of a container image repository is allowed",
322 "importPolicy": "ImportPolicy is the policy controlling how the image is imported",
323 "referencePolicy": "ReferencePolicy defines how other components should consume the image",
324 "includeManifest": "IncludeManifest determines if the manifest for each image is returned in the response",
325 }
326
327 func (RepositoryImportSpec) SwaggerDoc() map[string]string {
328 return map_RepositoryImportSpec
329 }
330
331 var map_RepositoryImportStatus = map[string]string{
332 "": "RepositoryImportStatus describes the result of an image repository import",
333 "status": "Status reflects whether any failure occurred during import",
334 "images": "Images is a list of images successfully retrieved by the import of the repository.",
335 "additionalTags": "AdditionalTags are tags that exist in the repository but were not imported because a maximum limit of automatic imports was applied.",
336 }
337
338 func (RepositoryImportStatus) SwaggerDoc() map[string]string {
339 return map_RepositoryImportStatus
340 }
341
342 var map_SignatureCondition = map[string]string{
343 "": "SignatureCondition describes an image signature condition of particular kind at particular probe time.",
344 "type": "Type of signature condition, Complete or Failed.",
345 "status": "Status of the condition, one of True, False, Unknown.",
346 "lastProbeTime": "Last time the condition was checked.",
347 "lastTransitionTime": "Last time the condition transit from one status to another.",
348 "reason": "(brief) reason for the condition's last transition.",
349 "message": "Human readable message indicating details about last transition.",
350 }
351
352 func (SignatureCondition) SwaggerDoc() map[string]string {
353 return map_SignatureCondition
354 }
355
356 var map_SignatureGenericEntity = map[string]string{
357 "": "SignatureGenericEntity holds a generic information about a person or entity who is an issuer or a subject of signing certificate or key.",
358 "organization": "Organization name.",
359 "commonName": "Common name (e.g. openshift-signing-service).",
360 }
361
362 func (SignatureGenericEntity) SwaggerDoc() map[string]string {
363 return map_SignatureGenericEntity
364 }
365
366 var map_SignatureIssuer = map[string]string{
367 "": "SignatureIssuer holds information about an issuer of signing certificate or key.",
368 }
369
370 func (SignatureIssuer) SwaggerDoc() map[string]string {
371 return map_SignatureIssuer
372 }
373
374 var map_SignatureSubject = map[string]string{
375 "": "SignatureSubject holds information about a person or entity who created the signature.",
376 "publicKeyID": "If present, it is a human readable key id of public key belonging to the subject used to verify image signature. It should contain at least 64 lowest bits of public key's fingerprint (e.g. 0x685ebe62bf278440).",
377 }
378
379 func (SignatureSubject) SwaggerDoc() map[string]string {
380 return map_SignatureSubject
381 }
382
383 var map_TagEvent = map[string]string{
384 "": "TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.",
385 "created": "Created holds the time the TagEvent was created",
386 "dockerImageReference": "DockerImageReference is the string that can be used to pull this image",
387 "image": "Image is the image",
388 "generation": "Generation is the spec tag generation that resulted in this tag being updated",
389 }
390
391 func (TagEvent) SwaggerDoc() map[string]string {
392 return map_TagEvent
393 }
394
395 var map_TagEventCondition = map[string]string{
396 "": "TagEventCondition contains condition information for a tag event.",
397 "type": "Type of tag event condition, currently only ImportSuccess",
398 "status": "Status of the condition, one of True, False, Unknown.",
399 "lastTransitionTime": "LastTransitionTIme is the time the condition transitioned from one status to another.",
400 "reason": "Reason is a brief machine readable explanation for the condition's last transition.",
401 "message": "Message is a human readable description of the details about last transition, complementing reason.",
402 "generation": "Generation is the spec tag generation that this status corresponds to",
403 }
404
405 func (TagEventCondition) SwaggerDoc() map[string]string {
406 return map_TagEventCondition
407 }
408
409 var map_TagImportPolicy = map[string]string{
410 "": "TagImportPolicy controls how images related to this tag will be imported.",
411 "insecure": "Insecure is true if the server may bypass certificate verification or connect directly over HTTP during image import.",
412 "scheduled": "Scheduled indicates to the server that this tag should be periodically checked to ensure it is up to date, and imported",
413 "importMode": "ImportMode describes how to import an image manifest.",
414 }
415
416 func (TagImportPolicy) SwaggerDoc() map[string]string {
417 return map_TagImportPolicy
418 }
419
420 var map_TagReference = map[string]string{
421 "": "TagReference specifies optional annotations for images using this tag and an optional reference to an ImageStreamTag, ImageStreamImage, or DockerImage this tag should track.",
422 "name": "Name of the tag",
423 "annotations": "Optional; if specified, annotations that are applied to images retrieved via ImageStreamTags.",
424 "from": "Optional; if specified, a reference to another image that this tag should point to. Valid values are ImageStreamTag, ImageStreamImage, and DockerImage. ImageStreamTag references can only reference a tag within this same ImageStream.",
425 "reference": "Reference states if the tag will be imported. Default value is false, which means the tag will be imported.",
426 "generation": "Generation is a counter that tracks mutations to the spec tag (user intent). When a tag reference is changed the generation is set to match the current stream generation (which is incremented every time spec is changed). Other processes in the system like the image importer observe that the generation of spec tag is newer than the generation recorded in the status and use that as a trigger to import the newest remote tag. To trigger a new import, clients may set this value to zero which will reset the generation to the latest stream generation. Legacy clients will send this value as nil which will be merged with the current tag generation.",
427 "importPolicy": "ImportPolicy is information that controls how images may be imported by the server.",
428 "referencePolicy": "ReferencePolicy defines how other components should consume the image.",
429 }
430
431 func (TagReference) SwaggerDoc() map[string]string {
432 return map_TagReference
433 }
434
435 var map_TagReferencePolicy = map[string]string{
436 "": "TagReferencePolicy describes how pull-specs for images in this image stream tag are generated when image change triggers in deployment configs or builds are resolved. This allows the image stream author to control how images are accessed.",
437 "type": "Type determines how the image pull spec should be transformed when the image stream tag is used in deployment config triggers or new builds. The default value is `Source`, indicating the original location of the image should be used (if imported). The user may also specify `Local`, indicating that the pull spec should point to the integrated container image registry and leverage the registry's ability to proxy the pull to an upstream registry. `Local` allows the credentials used to pull this image to be managed from the image stream's namespace, so others on the platform can access a remote image but have no access to the remote secret. It also allows the image layers to be mirrored into the local registry which the images can still be pulled even if the upstream registry is unavailable.",
438 }
439
440 func (TagReferencePolicy) SwaggerDoc() map[string]string {
441 return map_TagReferencePolicy
442 }
443
444
445
View as plain text