artifact.proto

Package: gloo.solo.io

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/v1/artifact.proto

Artifact

Gloo Artifacts are used by Gloo to store small bits of binary or file data.

Certain options such as the gRPC option read and write artifacts to one of Gloo’s configured storage layer.

Artifacts can be backed by files on disk, Kubernetes ConfigMaps, and Consul Key/Value pairs.

Supported artifact backends can be selected in Gloo’s boostrap options.

"data": map<string, string>
"metadata": .core.solo.io.Metadata

Field Type Description
data map<string, string> Raw data data being stored.
metadata .core.solo.io.Metadata Metadata contains the object metadata for this resource.