Update crd template and longhorn.yaml

Longhorn 5143

Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
Derek Su 2023-03-18 23:47:27 +08:00 committed by David Ko
parent e38f29772d
commit 3f16363ff1
2 changed files with 8 additions and 0 deletions

View File

@ -2704,16 +2704,20 @@ spec:
description: ShareManagerSpec defines the desired state of the Longhorn share manager description: ShareManagerSpec defines the desired state of the Longhorn share manager
properties: properties:
image: image:
description: Share manager image used for creating a share manager pod
type: string type: string
type: object type: object
status: status:
description: ShareManagerStatus defines the observed state of the Longhorn share manager description: ShareManagerStatus defines the observed state of the Longhorn share manager
properties: properties:
endpoint: endpoint:
description: NFS endpoint that can access the mounted filesystem of the volume
type: string type: string
ownerID: ownerID:
description: The node ID on which the controller is responsible to reconcile this share manager resource
type: string type: string
state: state:
description: The state of the share manager resource
type: string type: string
type: object type: object
type: object type: object

View File

@ -2832,16 +2832,20 @@ spec:
description: ShareManagerSpec defines the desired state of the Longhorn share manager description: ShareManagerSpec defines the desired state of the Longhorn share manager
properties: properties:
image: image:
description: Share manager image used for creating a share manager pod
type: string type: string
type: object type: object
status: status:
description: ShareManagerStatus defines the observed state of the Longhorn share manager description: ShareManagerStatus defines the observed state of the Longhorn share manager
properties: properties:
endpoint: endpoint:
description: NFS endpoint that can access the mounted filesystem of the volume
type: string type: string
ownerID: ownerID:
description: The node ID on which the controller is responsible to reconcile this share manager resource
type: string type: string
state: state:
description: The state of the share manager resource
type: string type: string
type: object type: object
type: object type: object