Skip to content

Commit

Permalink
Regenerate k8s api resources
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Lucidi <[email protected]>
  • Loading branch information
mansam committed Nov 13, 2024
1 parent 8e7bc49 commit 2c2d163
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
12 changes: 12 additions & 0 deletions operator/config/crd/bases/forklift.konveyor.io_migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,18 @@ spec:
items:
description: Precopy durations
properties:
deltas:
items:
properties:
deltaId:
type: string
disk:
type: string
required:
- deltaId
- disk
type: object
type: array
end:
format: date-time
type: string
Expand Down
12 changes: 12 additions & 0 deletions operator/config/crd/bases/forklift.konveyor.io_plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,18 @@ spec:
items:
description: Precopy durations
properties:
deltas:
items:
properties:
deltaId:
type: string
disk:
type: string
required:
- deltaId
- disk
type: object
type: array
end:
format: date-time
type: string
Expand Down
20 changes: 20 additions & 0 deletions pkg/apis/forklift/v1beta1/plan/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c2d163

Please sign in to comment.