chore(cleanup): update YAML

ref: 3289

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
This commit is contained in:
Chin-Ya Huang 2023-05-29 14:50:50 +08:00 committed by David Ko
parent 779b7551fa
commit ffaa3d2113

View File

@ -375,12 +375,6 @@ spec:
properties: properties:
currentChecksum: currentChecksum:
type: string type: string
directory:
description: 'Deprecated: This field is useless.'
type: string
downloadProgress:
description: 'Deprecated: This field is renamed to `Progress`.'
type: integer
message: message:
type: string type: string
name: name:
@ -396,9 +390,6 @@ spec:
type: integer type: integer
state: state:
type: string type: string
url:
description: 'Deprecated: This field is useless now. The manager of backing image files doesn''t care if a file is downloaded and how.'
type: string
uuid: uuid:
type: string type: string
type: object type: object
@ -529,9 +520,6 @@ spec:
additionalProperties: additionalProperties:
type: string type: string
type: object type: object
imageURL:
description: 'Deprecated: This kind of info will be included in the related BackingImageDataSource.'
type: string
sourceParameters: sourceParameters:
additionalProperties: additionalProperties:
type: string type: string
@ -548,19 +536,6 @@ spec:
properties: properties:
checksum: checksum:
type: string type: string
diskDownloadProgressMap:
additionalProperties:
type: integer
description: 'Deprecated: Replaced by field `Progress` in `DiskFileStatusMap`.'
nullable: true
type: object
diskDownloadStateMap:
additionalProperties:
description: BackingImageDownloadState is replaced by BackingImageState.
type: string
description: 'Deprecated: Replaced by field `State` in `DiskFileStatusMap`.'
nullable: true
type: object
diskFileStatusMap: diskFileStatusMap:
additionalProperties: additionalProperties:
properties: properties:
@ -1781,9 +1756,6 @@ spec:
spec: spec:
description: InstanceManagerSpec defines the desired state of the Longhorn instancer manager description: InstanceManagerSpec defines the desired state of the Longhorn instancer manager
properties: properties:
engineImage:
description: 'Deprecated: This field is useless.'
type: string
image: image:
type: string type: string
nodeID: nodeID:
@ -2547,14 +2519,8 @@ spec:
type: boolean type: boolean
backingImage: backingImage:
type: string type: string
baseImage:
description: Deprecated. Rename to BackingImage
type: string
dataDirectoryName: dataDirectoryName:
type: string type: string
dataPath:
description: Deprecated
type: string
desireState: desireState:
type: string type: string
diskID: diskID:
@ -3478,9 +3444,6 @@ spec:
- lz4 - lz4
- gzip - gzip
type: string type: string
baseImage:
description: Deprecated. Rename to BackingImage
type: string
dataLocality: dataLocality:
enum: enum:
- disabled - disabled