Skip to content

Commit 3d65695

Browse files
authored
Merge pull request #126 from sp-yduck/fix/crd
update crd
2 parents e43ea95 + 1885fb8 commit 3d65695

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxmachines.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -298,16 +298,11 @@ spec:
298298
items:
299299
type: integer
300300
type: array
301-
required:
302-
- bridge
303-
- model
304301
type: object
305302
sockets:
306303
description: The number of CPU sockets. Defaults to 1.
307304
minimum: 1
308305
type: integer
309-
required:
310-
- networkDevice
311306
type: object
312307
image:
313308
description: Image is the image to be provisioned
@@ -516,7 +511,6 @@ spec:
516511
minimum: 0
517512
type: integer
518513
required:
519-
- hardware
520514
- image
521515
type: object
522516
status:

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxmachinetemplates.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,16 +315,11 @@ spec:
315315
items:
316316
type: integer
317317
type: array
318-
required:
319-
- bridge
320-
- model
321318
type: object
322319
sockets:
323320
description: The number of CPU sockets. Defaults to 1.
324321
minimum: 1
325322
type: integer
326-
required:
327-
- networkDevice
328323
type: object
329324
image:
330325
description: Image is the image to be provisioned
@@ -540,7 +535,6 @@ spec:
540535
minimum: 0
541536
type: integer
542537
required:
543-
- hardware
544538
- image
545539
type: object
546540
required:

0 commit comments

Comments
 (0)