aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc4
1 files changed, 1 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 5dbcffce736..a30f61809ad 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -24,7 +24,6 @@ ContainerServices =
Client* &
Server* &
Http? &
- HttpFilter? &
AccessLog* &
SecretStore? &
GenericConfig*
@@ -73,8 +72,7 @@ AccessLog = element accesslog {
attribute compressOnRotation { xsd:boolean }? &
attribute symlinkName { string }? &
- attribute rotationInterval { string }? &
- attribute rotationScheme { string "date" | string "sequence" }?
+ attribute rotationInterval { string }?
}
SecretStore = element secret-store {