fix description in pg crd manifests
This commit is contained in:
parent
790421c213
commit
66128c2bfc
|
|
@ -203,7 +203,7 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
init_containers:
|
init_containers:
|
||||||
type: array
|
type: array
|
||||||
Description: "deprecated"
|
description: deprecated
|
||||||
nullable: true
|
nullable: true
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -351,7 +351,7 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
pod_priority_class_name:
|
pod_priority_class_name:
|
||||||
type: string
|
type: string
|
||||||
Description: "deprecated"
|
description: deprecated
|
||||||
podPriorityClassName:
|
podPriorityClassName:
|
||||||
type: string
|
type: string
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|
@ -397,7 +397,7 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
replicaLoadBalancer:
|
replicaLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
Description: "deprecated"
|
description: deprecated
|
||||||
resources:
|
resources:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
|
@ -517,7 +517,7 @@ spec:
|
||||||
type: integer
|
type: integer
|
||||||
useLoadBalancer:
|
useLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
Description: "deprecated"
|
description: deprecated
|
||||||
users:
|
users:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,7 @@ spec:
|
||||||
type: boolean
|
type: boolean
|
||||||
init_containers:
|
init_containers:
|
||||||
type: array
|
type: array
|
||||||
Description: "deprecated"
|
description: deprecated
|
||||||
nullable: true
|
nullable: true
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -349,7 +349,7 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
pod_priority_class_name:
|
pod_priority_class_name:
|
||||||
type: string
|
type: string
|
||||||
Description: "deprecated"
|
description: deprecated
|
||||||
podPriorityClassName:
|
podPriorityClassName:
|
||||||
type: string
|
type: string
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|
@ -395,7 +395,7 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
replicaLoadBalancer:
|
replicaLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
Description: "deprecated"
|
description: deprecated
|
||||||
resources:
|
resources:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
|
@ -515,7 +515,7 @@ spec:
|
||||||
type: integer
|
type: integer
|
||||||
useLoadBalancer:
|
useLoadBalancer:
|
||||||
type: boolean
|
type: boolean
|
||||||
Description: "deprecated"
|
description: deprecated
|
||||||
users:
|
users:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue