|
| 1 | +<!-- Generated with Stardoc: http://skydoc.bazel.build --> |
| 2 | + |
| 3 | +public providers |
| 4 | + |
| 5 | +<a id="OCIDescriptor"></a> |
| 6 | + |
| 7 | +## OCIDescriptor |
| 8 | + |
| 9 | +<pre> |
| 10 | +OCIDescriptor(<a href="#OCIDescriptor-file">file</a>, <a href="#OCIDescriptor-descriptor_file">descriptor_file</a>, <a href="#OCIDescriptor-media_type">media_type</a>, <a href="#OCIDescriptor-size">size</a>, <a href="#OCIDescriptor-urls">urls</a>, <a href="#OCIDescriptor-digest">digest</a>, <a href="#OCIDescriptor-annotations">annotations</a>) |
| 11 | +</pre> |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +**FIELDS** |
| 16 | + |
| 17 | + |
| 18 | +| Name | Description | |
| 19 | +| :------------- | :------------- | |
| 20 | +| <a id="OCIDescriptor-file"></a>file | A file object of the content this descriptor describes | |
| 21 | +| <a id="OCIDescriptor-descriptor_file"></a>descriptor_file | A file object with the information in this provider | |
| 22 | +| <a id="OCIDescriptor-media_type"></a>media_type | The MIME media type of the file | |
| 23 | +| <a id="OCIDescriptor-size"></a>size | The size in bytes of the file | |
| 24 | +| <a id="OCIDescriptor-urls"></a>urls | Additional URLs where you can find the content of file | |
| 25 | +| <a id="OCIDescriptor-digest"></a>digest | A digest, including the algorithm, of the file | |
| 26 | +| <a id="OCIDescriptor-annotations"></a>annotations | String map of aribtrary metadata | |
| 27 | + |
| 28 | + |
| 29 | +<a id="OCIImageIndexManifest"></a> |
| 30 | + |
| 31 | +## OCIImageIndexManifest |
| 32 | + |
| 33 | +<pre> |
| 34 | +OCIImageIndexManifest(<a href="#OCIImageIndexManifest-manifests">manifests</a>, <a href="#OCIImageIndexManifest-annotations">annotations</a>) |
| 35 | +</pre> |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +**FIELDS** |
| 40 | + |
| 41 | + |
| 42 | +| Name | Description | |
| 43 | +| :------------- | :------------- | |
| 44 | +| <a id="OCIImageIndexManifest-manifests"></a>manifests | List of descriptors | |
| 45 | +| <a id="OCIImageIndexManifest-annotations"></a>annotations | String map of arbitrary metadata | |
| 46 | + |
| 47 | + |
| 48 | +<a id="OCIImageManifest"></a> |
| 49 | + |
| 50 | +## OCIImageManifest |
| 51 | + |
| 52 | +<pre> |
| 53 | +OCIImageManifest(<a href="#OCIImageManifest-config">config</a>, <a href="#OCIImageManifest-layers">layers</a>, <a href="#OCIImageManifest-annotations">annotations</a>) |
| 54 | +</pre> |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +**FIELDS** |
| 59 | + |
| 60 | + |
| 61 | +| Name | Description | |
| 62 | +| :------------- | :------------- | |
| 63 | +| <a id="OCIImageManifest-config"></a>config | Descriptor that points to a configuration object | |
| 64 | +| <a id="OCIImageManifest-layers"></a>layers | List of descriptors | |
| 65 | +| <a id="OCIImageManifest-annotations"></a>annotations | String map of arbitrary metadata | |
| 66 | + |
| 67 | + |
| 68 | +<a id="OCILayout"></a> |
| 69 | + |
| 70 | +## OCILayout |
| 71 | + |
| 72 | +<pre> |
| 73 | +OCILayout(<a href="#OCILayout-blob_index">blob_index</a>, <a href="#OCILayout-files">files</a>) |
| 74 | +</pre> |
| 75 | + |
| 76 | +OCI Layout |
| 77 | + |
| 78 | +**FIELDS** |
| 79 | + |
| 80 | + |
| 81 | +| Name | Description | |
| 82 | +| :------------- | :------------- | |
| 83 | +| <a id="OCILayout-blob_index"></a>blob_index | - | |
| 84 | +| <a id="OCILayout-files"></a>files | - | |
| 85 | + |
| 86 | + |
| 87 | +<a id="OCIReferenceInfo"></a> |
| 88 | + |
| 89 | +## OCIReferenceInfo |
| 90 | + |
| 91 | +<pre> |
| 92 | +OCIReferenceInfo(<a href="#OCIReferenceInfo-registry">registry</a>, <a href="#OCIReferenceInfo-repository">repository</a>, <a href="#OCIReferenceInfo-tag">tag</a>, <a href="#OCIReferenceInfo-tag_file">tag_file</a>, <a href="#OCIReferenceInfo-digest">digest</a>) |
| 93 | +</pre> |
| 94 | + |
| 95 | +Refers to any artifact represented by an OCI-like reference URI |
| 96 | + |
| 97 | +**FIELDS** |
| 98 | + |
| 99 | + |
| 100 | +| Name | Description | |
| 101 | +| :------------- | :------------- | |
| 102 | +| <a id="OCIReferenceInfo-registry"></a>registry | the URI where the artifact is stored | |
| 103 | +| <a id="OCIReferenceInfo-repository"></a>repository | a namespace for an artifact | |
| 104 | +| <a id="OCIReferenceInfo-tag"></a>tag | a organizational reference within a repository | |
| 105 | +| <a id="OCIReferenceInfo-tag_file"></a>tag_file | a file containing the organizational reference within a repository | |
| 106 | +| <a id="OCIReferenceInfo-digest"></a>digest | a file containing the digest of the artifact | |
| 107 | + |
| 108 | + |
| 109 | +<a id="OCISDK"></a> |
| 110 | + |
| 111 | +## OCISDK |
| 112 | + |
| 113 | +<pre> |
| 114 | +OCISDK(<a href="#OCISDK-ocitool">ocitool</a>) |
| 115 | +</pre> |
| 116 | + |
| 117 | +The OCI SDK |
| 118 | + |
| 119 | +**FIELDS** |
| 120 | + |
| 121 | + |
| 122 | +| Name | Description | |
| 123 | +| :------------- | :------------- | |
| 124 | +| <a id="OCISDK-ocitool"></a>ocitool | - | |
| 125 | + |
| 126 | + |
0 commit comments