1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/vendor/github.com/gogo/protobuf/test/proto3extension/proto3ext.proto

12 lines
177 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package proto3extension;
import "google/protobuf/descriptor.proto";
extend google.protobuf.FieldOptions {
bool primary = 51234;
bool index = 51235;
}