Update crd template and longhorn.yaml
Longhorn 5143 Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
parent
e38f29772d
commit
3f16363ff1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user