mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
16 lines
346 B
Protocol Buffer
16 lines
346 B
Protocol Buffer
syntax = "proto3";
|
|
package generated;
|
|
|
|
message Empty {}
|
|
|
|
message InitRequest {
|
|
map<string, string> config = 1;
|
|
}
|
|
|
|
message AppliesToResponse {
|
|
repeated string includedNamespaces = 1;
|
|
repeated string excludedNamespaces = 2;
|
|
repeated string includedResources = 3;
|
|
repeated string excludedResources = 4;
|
|
string selector = 5;
|
|
} |