[][src]Module openshift_openapi::api::image::v1

Structs

Image

Image is an immutable representation of a container image and metadata at a point in time.

ImageBlobReferences

ImageBlobReferences describes the blob references within an image.

ImageImportSpec

ImageImportSpec describes a request to import a specific image.

ImageImportStatus

ImageImportStatus describes the result of an image import.

ImageLayer

ImageLayer represents a single layer of the image. Some images may have multiple layers. Some may have none.

ImageLayerData

ImageLayerData contains metadata about an image layer.

ImageLookupPolicy

ImageLookupPolicy describes how an image stream can be used to override the image references used by pods, builds, and other resources in a namespace.

ImageSignature

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.

ImageStream

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.

ImageStreamImage

ImageStreamImage represents an Image that is retrieved by image name from an ImageStream.

ImageStreamImport

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.

ImageStreamImportSpec

ImageStreamImportSpec defines what images should be imported.

ImageStreamImportStatus

ImageStreamImportStatus contains information about the status of an image stream import.

ImageStreamLayers

ImageStreamLayers describes information about the layers referenced by images in this image stream.

ImageStreamMapping

ImageStreamMapping represents a mapping from a single tag to a container image as well as the reference to the container image stream the image came from.

ImageStreamSpec

ImageStreamSpec represents options for ImageStreams.

ImageStreamStatus

ImageStreamStatus contains information about the state of this image stream.

ImageStreamTag

ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream.

NamedTagEventList

NamedTagEventList relates a tag to its image history.

ReadImageOptional

Optional parameters of Image::read_image

ReadNamespacedImageStreamImageOptional

Optional parameters of ImageStreamImage::read_namespaced_image_stream_image

ReadNamespacedImageStreamLayersOptional

Optional parameters of ImageStreamLayers::read_namespaced_image_stream_layers

ReadNamespacedImageStreamOptional

Optional parameters of ImageStream::read_namespaced_image_stream

ReadNamespacedImageStreamStatusOptional

Optional parameters of ImageStream::read_namespaced_image_stream_status

ReadNamespacedImageStreamTagOptional

Optional parameters of ImageStreamTag::read_namespaced_image_stream_tag

RepositoryImportSpec

RepositoryImportSpec describes a request to import images from a container image repository.

RepositoryImportStatus

RepositoryImportStatus describes the result of an image repository import

SignatureCondition

SignatureCondition describes an image signature condition of particular kind at particular probe time.

SignatureIssuer

SignatureIssuer holds information about an issuer of signing certificate or key.

SignatureSubject

SignatureSubject holds information about a person or entity who created the signature.

TagEvent

TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.

TagEventCondition

TagEventCondition contains condition information for a tag event.

TagImportPolicy

TagImportPolicy controls how images related to this tag will be imported.

TagReference

TagReference specifies optional annotations for images using this tag and an optional reference to an ImageStreamTag, ImageStreamImage, or DockerImage this tag should track.

TagReferencePolicy

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.

Enums

ReadImageResponse

Use <ReadImageResponse as Response>::try_from_parts to parse the HTTP response body of Image::read_image

ReadNamespacedImageStreamImageResponse

Use <ReadNamespacedImageStreamImageResponse as Response>::try_from_parts to parse the HTTP response body of ImageStreamImage::read_namespaced_image_stream_image

ReadNamespacedImageStreamLayersResponse

Use <ReadNamespacedImageStreamLayersResponse as Response>::try_from_parts to parse the HTTP response body of ImageStreamLayers::read_namespaced_image_stream_layers

ReadNamespacedImageStreamResponse

Use <ReadNamespacedImageStreamResponse as Response>::try_from_parts to parse the HTTP response body of ImageStream::read_namespaced_image_stream

ReadNamespacedImageStreamStatusResponse

Use <ReadNamespacedImageStreamStatusResponse as Response>::try_from_parts to parse the HTTP response body of ImageStream::read_namespaced_image_stream_status

ReadNamespacedImageStreamTagResponse

Use <ReadNamespacedImageStreamTagResponse as Response>::try_from_parts to parse the HTTP response body of ImageStreamTag::read_namespaced_image_stream_tag