From 3f3245fcd49dc5c2f9ff9a73b5893ce51ae0d043 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 27 Nov 2023 10:34:21 +0000 Subject: [PATCH] serve nfs: Mark as experimental --- cmd/serve/nfs/nfs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/serve/nfs/nfs.go b/cmd/serve/nfs/nfs.go index 3e4722cb6..7a67f679e 100644 --- a/cmd/serve/nfs/nfs.go +++ b/cmd/serve/nfs/nfs.go @@ -92,6 +92,7 @@ This feature is only available on Unix platforms. Annotations: map[string]string{ "versionIntroduced": "v1.65", "groups": "Filter", + "status": "Experimental", }, Run: Run, }