package
0.0.1
Repository: https://github.com/openshift/api.git
Documentation: pkg.go.dev

# Functions

Resource generated code relies on this being here, but it logically belongs to the group DEPRECATED.

# Constants

DefaultImageTag is used when an image tag is needed and the configuration does not specify a tag to use.
DockerImageLayersOrderAnnotation describes layers order in the docker image.
DockerImageLayersOrderAscending indicates that image layers are sorted in the order of their addition (from oldest to latest).
DockerImageLayersOrderDescending indicates that layers are sorted in reversed order of their addition (from newest to oldest).
DockerImageRepositoryCheckAnnotation indicates that OpenShift has attempted to import tag and image information from an external Docker image repository.
ExcludeImageSecretAnnotation indicates that a secret should not be returned by imagestream/secrets.
ImageManifestBlobStoredAnnotation indicates that manifest and config blobs of image are stored in on storage of integrated Docker registry.
The supported type of image signature.
ImporterPreferArchAnnotation represents an architecture that should be selected if an image uses a manifest list and it should be downconverted.
ImporterPreferOSAnnotation represents an operation system that should be selected if an image uses a manifest list and it should be downconverted.
ImportModeLegacy indicates that the legacy behaviour should be used.
ImportModePreserveOriginal indicates that the original manifest will be preserved.
ImportSuccess with status False means the import of the specific tag failed.
InsecureRepositoryAnnotation may be set true on an image stream to allow insecure access to pull content.
Limit that applies to images.
Limit that applies to image streams.
LocalTagReferencePolicy indicates the image should prefer to pull via the local integrated registry, falling back to the remote location if the integrated registry has not been configured.
ManagedByOpenShiftAnnotation indicates that an image is managed by OpenShift's registry.
ResourceImageStreamImages represents a number of unique references to images in all image stream statuses of a project.
ResourceImageStreams represents a number of image streams in a project.
ResourceImageStreamTags represents a number of unique references to images in all image stream specs of a project.
SourceTagReferencePolicy indicates the image's original location should be used when the image stream tag is resolved into other resources (builds and deployment configurations).

# Variables

AddToScheme exists solely to keep the old generators creating valid code DEPRECATED.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Install is a function which adds this version to a scheme.
SchemeGroupVersion generated code relies on this name Deprecated.

# Structs

DockerImageReference points to a container image.
Image is an immutable representation of a container image and metadata at a point in time.
ImageBlobReferences describes the blob references within an image.
ImageImportSpec describes a request to import a specific image.
ImageImportStatus describes the result of an image import.
ImageLayer represents a single layer of the image.
ImageLayerData contains metadata about an image layer.
ImageList is a list of Image objects.
ImageLookupPolicy describes how an image stream can be used to override the image references used by pods, builds, and other resources in a namespace.
ImageManifest represents sub-manifests of a manifest list.
ImageSignature holds a signature of an image.
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.
ImageStreamImage represents an Image that is retrieved by image name from an ImageStream.
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.
ImageStreamImportSpec defines what images should be imported.
ImageStreamImportStatus contains information about the status of an image stream import.
ImageStreamLayers describes information about the layers referenced by images in this image stream.
ImageStreamList is a list of ImageStream objects.
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.
ImageStreamSpec represents options for ImageStreams.
ImageStreamStatus contains information about the state of this image stream.
ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream.
ImageStreamTagList is a list of ImageStreamTag objects.
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.
ImageTagList is a list of ImageTag objects.
NamedTagEventList relates a tag to its image history.
RepositoryImportSpec describes a request to import images from a container image repository.
RepositoryImportStatus describes the result of an image repository import.
SignatureCondition describes an image signature condition of particular kind at particular probe time.
SignatureGenericEntity holds a generic information about a person or entity who is an issuer or a subject of signing certificate or key.
SignatureIssuer holds information about an issuer of signing certificate or key.
SignatureSubject holds information about a person or entity who created the signature.
TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.
TagEventCondition contains condition information for a tag event.
TagImportPolicy controls how images related to this tag will be imported.
TagReference specifies optional annotations for images using this tag and an optional reference to an ImageStreamTag, ImageStreamImage, or DockerImage this tag should track.
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.

# Type aliases

ImportModeType describes how to import an image manifest.
SecretList is a list of Secret.
SignatureConditionType is a type of image signature condition.
No description provided by the author
TagReferencePolicyType describes how pull-specs for images in an image stream tag are generated when image change triggers are fired.