| Name | Type | Description | Notes |
|---|---|---|---|
| kind | str | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/release-1.2/docs/devel/api-conventions.md#types-kinds | [optional] |
| 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/release-1.2/docs/devel/api-conventions.md#resources | [optional] |
| metadata | V1ObjectMeta | Standard object's metadata. | [optional] |
| docker_image_reference | str | DockerImageReference is the string that can be used to pull this image. | [optional] |
| docker_image_metadata | str | 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_manifest | str | DockerImageManifest is the raw JSON of the manifest | [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. |