cluster/admitomatic: implement opt-out namespaces

Change-Id: I32d4b019211fa755e2b3b103b88ea3f4c14e500f
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1521
Reviewed-by: informatic <informatic@hackerspace.pl>
diff --git a/cluster/admitomatic/config/config.proto b/cluster/admitomatic/config/config.proto
index 460c571..2bc5b02 100644
--- a/cluster/admitomatic/config/config.proto
+++ b/cluster/admitomatic/config/config.proto
@@ -20,6 +20,9 @@
     // appear in this list, it will be allowed to run in any
     // namespace.
     repeated AllowDomain allow_domain = 1;
+
+    // List of namespaces that do not have any domain/annotation checks.
+    repeated string anything_goes_namespace = 2;
 }
 
 message AllowDomain {