Structs§
- Image
- Image is an immutable representation of a container image and metadata at a point in time.
- Image
Blob References - ImageBlobReferences describes the blob references within an image.
- Image
Import Spec - ImageImportSpec describes a request to import a specific image.
- Image
Import Status - ImageImportStatus describes the result of an image import.
- Image
Layer - ImageLayer represents a single layer of the image. Some images may have multiple layers. Some may have none.
- Image
Layer Data - ImageLayerData contains metadata about an image layer.
- Image
Lookup Policy - ImageLookupPolicy describes how an image stream can be used to override the image references used by pods, builds, and other resources in a namespace.
- Image
Signature - 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.
- Image
Stream - 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.
- Image
Stream Image - ImageStreamImage represents an Image that is retrieved by image name from an ImageStream.
- Image
Stream Import - 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.
- Image
Stream Import Spec - ImageStreamImportSpec defines what images should be imported.
- Image
Stream Import Status - ImageStreamImportStatus contains information about the status of an image stream import.
- Image
Stream Layers - ImageStreamLayers describes information about the layers referenced by images in this image stream.
- Image
Stream Mapping - 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.
- Image
Stream Spec - ImageStreamSpec represents options for ImageStreams.
- Image
Stream Status - ImageStreamStatus contains information about the state of this image stream.
- Image
Stream Tag - ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream.
- Named
TagEvent List - NamedTagEventList relates a tag to its image history.
- Read
Image Optional - Optional parameters of
Image::read_image
- Read
Namespaced Image Stream Image Optional - Optional parameters of
ImageStreamImage::read_namespaced_image_stream_image
- Read
Namespaced Image Stream Layers Optional - Optional parameters of
ImageStreamLayers::read_namespaced_image_stream_layers
- Read
Namespaced Image Stream Optional - Optional parameters of
ImageStream::read_namespaced_image_stream
- Read
Namespaced Image Stream Status Optional - Optional parameters of
ImageStream::read_namespaced_image_stream_status
- Read
Namespaced Image Stream TagOptional - Optional parameters of
ImageStreamTag::read_namespaced_image_stream_tag
- Repository
Import Spec - RepositoryImportSpec describes a request to import images from a container image repository.
- Repository
Import Status - RepositoryImportStatus describes the result of an image repository import
- Signature
Condition - SignatureCondition describes an image signature condition of particular kind at particular probe time.
- Signature
Issuer - SignatureIssuer holds information about an issuer of signing certificate or key.
- Signature
Subject - 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.
- TagEvent
Condition - TagEventCondition contains condition information for a tag event.
- TagImport
Policy - 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.
- TagReference
Policy - 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§
- Read
Image Response - Use
<ReadImageResponse as Response>::try_from_parts
to parse the HTTP response body ofImage::read_image
- Read
Namespaced Image Stream Image Response - Use
<ReadNamespacedImageStreamImageResponse as Response>::try_from_parts
to parse the HTTP response body ofImageStreamImage::read_namespaced_image_stream_image
- Read
Namespaced Image Stream Layers Response - Use
<ReadNamespacedImageStreamLayersResponse as Response>::try_from_parts
to parse the HTTP response body ofImageStreamLayers::read_namespaced_image_stream_layers
- Read
Namespaced Image Stream Response - Use
<ReadNamespacedImageStreamResponse as Response>::try_from_parts
to parse the HTTP response body ofImageStream::read_namespaced_image_stream
- Read
Namespaced Image Stream Status Response - Use
<ReadNamespacedImageStreamStatusResponse as Response>::try_from_parts
to parse the HTTP response body ofImageStream::read_namespaced_image_stream_status
- Read
Namespaced Image Stream TagResponse - Use
<ReadNamespacedImageStreamTagResponse as Response>::try_from_parts
to parse the HTTP response body ofImageStreamTag::read_namespaced_image_stream_tag