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: string
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
|
- aio
|
||||||
- engine
|
- engine
|
||||||
- replica
|
- replica
|
||||||
type: string
|
type: string
|
||||||
@ -1804,6 +1805,72 @@ spec:
|
|||||||
type: integer
|
type: integer
|
||||||
currentState:
|
currentState:
|
||||||
type: string
|
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:
|
instances:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
properties:
|
properties:
|
||||||
@ -1836,6 +1903,7 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
nullable: true
|
nullable: true
|
||||||
|
description: 'Deprecated: Replaced by InstanceEngines and InstanceReplicas'
|
||||||
type: object
|
type: object
|
||||||
ip:
|
ip:
|
||||||
type: string
|
type: string
|
||||||
@ -1982,12 +2050,16 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
engineManagerCPURequest:
|
engineManagerCPURequest:
|
||||||
|
description: 'Deprecated: Replaced by InstanceManagerCPURequest'
|
||||||
type: integer
|
type: integer
|
||||||
evictionRequested:
|
evictionRequested:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
instanceManagerCPURequest:
|
||||||
|
type: integer
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
replicaManagerCPURequest:
|
replicaManagerCPURequest:
|
||||||
|
description: 'Deprecated: Replaced by InstanceManagerCPURequest'
|
||||||
type: integer
|
type: integer
|
||||||
tags:
|
tags:
|
||||||
items:
|
items:
|
||||||
|
Loading…
Reference in New Issue
Block a user