chart: Update CRDs after backing image refactoring
Longhorn 3155, 3970 Signed-off-by: Shuo Wu <shuo.wu@suse.com>
This commit is contained in:
parent
8f6229c4c7
commit
ab5a8ec5b6
@ -61,6 +61,10 @@ spec:
|
|||||||
subresources:
|
subresources:
|
||||||
status: {}
|
status: {}
|
||||||
- additionalPrinterColumns:
|
- additionalPrinterColumns:
|
||||||
|
- description: The system generated UUID of the provisioned backing image file
|
||||||
|
jsonPath: .spec.uuid
|
||||||
|
name: UUID
|
||||||
|
type: string
|
||||||
- description: The current state of the pod used to provision the backing image file from source
|
- description: The current state of the pod used to provision the backing image file from source
|
||||||
jsonPath: .status.currentState
|
jsonPath: .status.currentState
|
||||||
name: State
|
name: State
|
||||||
@ -69,6 +73,10 @@ spec:
|
|||||||
jsonPath: .spec.sourceType
|
jsonPath: .spec.sourceType
|
||||||
name: SourceType
|
name: SourceType
|
||||||
type: string
|
type: string
|
||||||
|
- description: The backing image file size
|
||||||
|
jsonPath: .status.size
|
||||||
|
name: Size
|
||||||
|
type: string
|
||||||
- description: The node the backing image file will be prepared on
|
- description: The node the backing image file will be prepared on
|
||||||
jsonPath: .spec.nodeID
|
jsonPath: .spec.nodeID
|
||||||
name: Node
|
name: Node
|
||||||
@ -116,6 +124,8 @@ spec:
|
|||||||
- upload
|
- upload
|
||||||
- export-from-volume
|
- export-from-volume
|
||||||
type: string
|
type: string
|
||||||
|
uuid:
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: BackingImageDataSourceStatus defines the observed state of the Longhorn backing image data source
|
description: BackingImageDataSourceStatus defines the observed state of the Longhorn backing image data source
|
||||||
@ -124,6 +134,8 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
currentState:
|
currentState:
|
||||||
type: string
|
type: string
|
||||||
|
ip:
|
||||||
|
type: string
|
||||||
message:
|
message:
|
||||||
type: string
|
type: string
|
||||||
ownerID:
|
ownerID:
|
||||||
@ -138,6 +150,8 @@ spec:
|
|||||||
size:
|
size:
|
||||||
format: int64
|
format: int64
|
||||||
type: integer
|
type: integer
|
||||||
|
storageIP:
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
@ -395,9 +409,17 @@ spec:
|
|||||||
subresources:
|
subresources:
|
||||||
status: {}
|
status: {}
|
||||||
- additionalPrinterColumns:
|
- additionalPrinterColumns:
|
||||||
- description: The backing image name
|
- description: The system generated UUID
|
||||||
jsonPath: .spec.image
|
jsonPath: .status.uuid
|
||||||
name: Image
|
name: UUID
|
||||||
|
type: string
|
||||||
|
- description: The source of the backing image file data
|
||||||
|
jsonPath: .spec.sourceType
|
||||||
|
name: SourceType
|
||||||
|
type: string
|
||||||
|
- description: The backing image file size in each disk
|
||||||
|
jsonPath: .status.size
|
||||||
|
name: Size
|
||||||
type: string
|
type: string
|
||||||
- jsonPath: .metadata.creationTimestamp
|
- jsonPath: .metadata.creationTimestamp
|
||||||
name: Age
|
name: Age
|
||||||
|
Loading…
Reference in New Issue
Block a user