From 2e0b62dd7d5db49e21df427f1f90c216984e3e94 Mon Sep 17 00:00:00 2001 From: jonmv Date: Tue, 9 Aug 2022 16:05:49 +0200 Subject: Update ABI spec --- tenant-cd-api/abi-spec.json | 64 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'tenant-cd-api') diff --git a/tenant-cd-api/abi-spec.json b/tenant-cd-api/abi-spec.json index 11ec9f73be2..f072d9de169 100644 --- a/tenant-cd-api/abi-spec.json +++ b/tenant-cd-api/abi-spec.json @@ -15,6 +15,70 @@ ], "fields": [] }, + "ai.vespa.hosted.cd.DisabledInInstances": { + "superClass": "java.lang.Object", + "interfaces": [ + "java.lang.annotation.Annotation" + ], + "attributes": [ + "public", + "interface", + "abstract", + "annotation" + ], + "methods": [ + "public abstract java.lang.String[] value()" + ], + "fields": [] + }, + "ai.vespa.hosted.cd.DisabledInRegions": { + "superClass": "java.lang.Object", + "interfaces": [ + "java.lang.annotation.Annotation" + ], + "attributes": [ + "public", + "interface", + "abstract", + "annotation" + ], + "methods": [ + "public abstract java.lang.String[] value()" + ], + "fields": [] + }, + "ai.vespa.hosted.cd.EnabledInInstances": { + "superClass": "java.lang.Object", + "interfaces": [ + "java.lang.annotation.Annotation" + ], + "attributes": [ + "public", + "interface", + "abstract", + "annotation" + ], + "methods": [ + "public abstract java.lang.String[] value()" + ], + "fields": [] + }, + "ai.vespa.hosted.cd.EnabledInRegions": { + "superClass": "java.lang.Object", + "interfaces": [ + "java.lang.annotation.Annotation" + ], + "attributes": [ + "public", + "interface", + "abstract", + "annotation" + ], + "methods": [ + "public abstract java.lang.String[] value()" + ], + "fields": [] + }, "ai.vespa.hosted.cd.Endpoint": { "superClass": "java.lang.Object", "interfaces": [], -- cgit v1.2.3