syntax = "proto3"; package generated; message Empty {} message InitRequest { map config = 1; } message AppliesToResponse { repeated string includedNamespaces = 1; repeated string excludedNamespaces = 2; repeated string includedResources = 3; repeated string excludedResources = 4; string selector = 5; }