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