Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.3 KB

File metadata and controls

21 lines (17 loc) · 2.3 KB

V1Image

Properties

Name Type Description Notes
api_version str 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]
docker_image_config str DockerImageConfig is a JSON blob that the runtime uses to set up the container. This is a part of manifest schema v2. [optional]
docker_image_layers list[V1ImageLayer] DockerImageLayers represents the layers in the image. May not be set if the image does not define that data.
docker_image_manifest str DockerImageManifest is the raw JSON of the manifest [optional]
docker_image_manifest_media_type str DockerImageManifestMediaType specifies the mediaType of manifest. This is a part of manifest schema v2. [optional]
docker_image_metadata RuntimeRawExtension DockerImageMetadata contains metadata about this image [optional]
docker_image_metadata_version str DockerImageMetadataVersion conveys the version of the object, which if empty defaults to "1.0" [optional]
docker_image_reference str DockerImageReference is the string that can be used to pull this image. [optional]
docker_image_signatures list[str] DockerImageSignatures provides the signatures as opaque blobs. This is a part of manifest schema v1. [optional]
kind str Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the openshift.client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds [optional]
metadata V1ObjectMeta Standard object's metadata. [optional]
signatures list[V1ImageSignature] Signatures holds all signatures of the image. [optional]

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