Update component list within proto

This commit is contained in:
Chris Roberts 2021-07-26 14:10:36 -07:00 committed by Paul Hinze
parent 8d52d9311e
commit 47f8d588ab
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -411,7 +411,7 @@ message Ref {
}
// Component represents metadata about a component. A component is the
// generic name for a builder, registry, platform, etc.
// generic name for a plugin type
message Component {
// type of the component
Type type = 1;
@ -433,6 +433,12 @@ message Component {
PROVIDER = 5;
PROVISIONER = 6;
SYNCEDFOLDER = 7;
AUTHENTICATOR = 8;
LOGPLATFORM = 9;
LOGVIEWER = 10;
MAPPER = 11;
CONFIG = 12;
PLUGININFO = 13;
}
}