Skip to content

Commit

Permalink
fix: gen check
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Feb 21, 2024
1 parent 29803e7 commit d409a3b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2016,17 +2016,17 @@ spec:
description: Patch defines how to perform the patch operation
to deployment
properties:
object:
type:
description: "Type is the type of merge operation
to perform \n By default, StrategicMerge is used
as the patch type."
type: string
value:
description: Object contains the raw configuration
for merged object
x-kubernetes-preserve-unknown-fields: true
type:
description: Type is the type of merge operation to
perform
type: string
required:
- object
- type
- value
type: object
pod:
description: Pod defines the desired specification of
Expand Down

0 comments on commit d409a3b

Please sign in to comment.