summaryrefslogtreecommitdiffstats
path: root/config-model-api
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-01-23 23:10:47 +0100
committerJon Bratseth <bratseth@gmail.com>2023-01-25 15:44:07 +0100
commit77120a53191c5ceefa98cbe5d728cebd51901281 (patch)
tree61f70a773917f701f9c33ea646017119928a20c2 /config-model-api
parent6c1c36bf87ed7a82bf5c0c9664280d796bcf7aba (diff)
Validate total max resources
Diffstat (limited to 'config-model-api')
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java b/config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java
index b4be99ad20b..71d07d494a0 100644
--- a/config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java
+++ b/config-model-api/src/main/java/com/yahoo/config/application/api/ValidationId.java
@@ -13,9 +13,8 @@ public enum ValidationId {
indexingChange("indexing-change"), // Changing what tokens are expected and stored in field indexes
indexModeChange("indexing-mode-change"), // Changing the index mode (streaming, indexed, store-only) of documents
fieldTypeChange("field-type-change"), // Field type changes
- clusterSizeReduction("cluster-size-reduction"), // Large reductions in cluster size
tensorTypeChange("tensor-type-change"), // Tensor type change
- resourcesReduction("resources-reduction"), // Large reductions in node resources (> 50% of the current min resources)
+ resourcesReduction("resources-reduction"), // Large reductions in node resources (> 50% of the current max total resources)
contentTypeRemoval("schema-removal"), // Removal of a schema (causes deletion of all documents)
contentClusterRemoval("content-cluster-removal"), // Removal (or id change) of content clusters
deploymentRemoval("deployment-removal"), // Removal of production zones from deployment.xml