feat(consolidate-im): update YAML
Ref: 5208 Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
This commit is contained in:
parent
498fa5afe7
commit
81adad7ae4
@ -1787,6 +1787,7 @@ spec:
|
||||
type: string
|
||||
type:
|
||||
enum:
|
||||
- aio
|
||||
- engine
|
||||
- replica
|
||||
type: string
|
||||
@ -1804,6 +1805,72 @@ spec:
|
||||
type: integer
|
||||
currentState:
|
||||
type: string
|
||||
instanceEngines:
|
||||
additionalProperties:
|
||||
properties:
|
||||
spec:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
type: object
|
||||
status:
|
||||
properties:
|
||||
endpoint:
|
||||
type: string
|
||||
errorMsg:
|
||||
type: string
|
||||
listen:
|
||||
type: string
|
||||
portEnd:
|
||||
format: int32
|
||||
type: integer
|
||||
portStart:
|
||||
format: int32
|
||||
type: integer
|
||||
resourceVersion:
|
||||
format: int64
|
||||
type: integer
|
||||
state:
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
nullable: true
|
||||
type: object
|
||||
instanceReplicas:
|
||||
additionalProperties:
|
||||
properties:
|
||||
spec:
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
type: object
|
||||
status:
|
||||
properties:
|
||||
endpoint:
|
||||
type: string
|
||||
errorMsg:
|
||||
type: string
|
||||
listen:
|
||||
type: string
|
||||
portEnd:
|
||||
format: int32
|
||||
type: integer
|
||||
portStart:
|
||||
format: int32
|
||||
type: integer
|
||||
resourceVersion:
|
||||
format: int64
|
||||
type: integer
|
||||
state:
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
nullable: true
|
||||
type: object
|
||||
instances:
|
||||
additionalProperties:
|
||||
properties:
|
||||
@ -1836,6 +1903,7 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
nullable: true
|
||||
description: 'Deprecated: Replaced by InstanceEngines and InstanceReplicas'
|
||||
type: object
|
||||
ip:
|
||||
type: string
|
||||
@ -1982,12 +2050,16 @@ spec:
|
||||
type: object
|
||||
type: object
|
||||
engineManagerCPURequest:
|
||||
description: 'Deprecated: Replaced by InstanceManagerCPURequest'
|
||||
type: integer
|
||||
evictionRequested:
|
||||
type: boolean
|
||||
instanceManagerCPURequest:
|
||||
type: integer
|
||||
name:
|
||||
type: string
|
||||
replicaManagerCPURequest:
|
||||
description: 'Deprecated: Replaced by InstanceManagerCPURequest'
|
||||
type: integer
|
||||
tags:
|
||||
items:
|
||||
|
Loading…
Reference in New Issue
Block a user