summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-07-11 22:47:44 +0200
committerGitHub <noreply@github.com>2021-07-11 22:47:44 +0200
commit162330a00e6c5a3ed0a0567a99aaa340bb6bd347 (patch)
tree1eda97f4939f848f932a3e6dc0f8883e9a59b3cf /config-model/src/main/resources/schema/containercluster.rnc
parent2b6306d9214a358d19e0faf609c4c152371469b8 (diff)
parent4baf27b1d1fcd2bc040f4ca240e8de2abb207cef (diff)
Merge pull request #18589 from vespa-engine/remove-container-jersey-2
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc17
1 files changed, 0 insertions, 17 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 3679e53e257..992689a2189 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -12,7 +12,6 @@ ContainerCluster = element container | jdisc {
}
ContainerServices =
- RestApi* &
Servlet* &
SearchInContainer? &
DocprocInContainer? &
@@ -128,22 +127,6 @@ Threadpool = element threadpool {
element queue-size { xsd:nonNegativeInteger }
}
-# REST-API:
-
-RestApi = element rest-api {
- attribute path { xsd:string { pattern = "\w[\w_/\-\.]*" } } &
- attribute jersey2 { xsd:boolean }? &
- element components {
- attribute bundle { xsd:Name } &
- element package { xsd:NCName }*
- }*
-
-# element inject {
-# attribute component { xsd:Name } &
-# attribute for-name { xsd:Name }
-# }*
-}
-
# Servlet:
Servlet = element servlet {