cloudItemImageHash

Defines hash information for container images.

Examples

type CloudItemImageHash {
  hash: String
  isFromRegistry: Boolean
}

Fields

Field
Description
Supported fields

hash String

SHA hash of the container image

isFromRegistry Boolean

Whether the hash is from a container registry

References

Fields with this object:

Last updated