Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 861 Bytes

V1beta1Resource.md

File metadata and controls

12 lines (8 loc) · 861 Bytes

V1beta1Resource

Properties

Name Type Description Notes
Name string Deprecated, do not use. Use uri instead. The name of the resource. For example, the name of a Docker image - "Debian". [optional] [default to null]
Uri string Required. The unique URI of the resource. For example, `https://gcr.io/project/image@sha256:foo` for a Docker image. [optional] [default to null]
ContentHash *ProvenanceHash Deprecated, do not use. Use uri instead. The hash of the resource content. For example, the Docker digest. [optional] [default to null]

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