From 3f16363ff198edef2c6b2a5f9ddcd46afe697a28 Mon Sep 17 00:00:00 2001 From: Derek Su Date: Sat, 18 Mar 2023 23:47:27 +0800 Subject: [PATCH] Update crd template and longhorn.yaml Longhorn 5143 Signed-off-by: Derek Su --- chart/templates/crds.yaml | 4 ++++ deploy/longhorn.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 667fbe6..d194896 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -2704,16 +2704,20 @@ spec: description: ShareManagerSpec defines the desired state of the Longhorn share manager properties: image: + description: Share manager image used for creating a share manager pod type: string type: object status: description: ShareManagerStatus defines the observed state of the Longhorn share manager properties: endpoint: + description: NFS endpoint that can access the mounted filesystem of the volume type: string ownerID: + description: The node ID on which the controller is responsible to reconcile this share manager resource type: string state: + description: The state of the share manager resource type: string type: object type: object diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index d5aa3bc..75fac9a 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -2832,16 +2832,20 @@ spec: description: ShareManagerSpec defines the desired state of the Longhorn share manager properties: image: + description: Share manager image used for creating a share manager pod type: string type: object status: description: ShareManagerStatus defines the observed state of the Longhorn share manager properties: endpoint: + description: NFS endpoint that can access the mounted filesystem of the volume type: string ownerID: + description: The node ID on which the controller is responsible to reconcile this share manager resource type: string state: + description: The state of the share manager resource type: string type: object type: object