Skip to content

Commit 2138da0

Browse files
committed
fix: re-generate files
1 parent 2d85cc3 commit 2138da0

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

pkg/imports/crds/enterprise/v1.crd.projectcalico.org/crd.projectcalico.org_ipamblocks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ spec:
4141
attributes:
4242
items:
4343
properties:
44+
alternate:
45+
additionalProperties:
46+
type: string
47+
type: object
4448
handle_id:
4549
type: string
4650
secondary:

pkg/imports/crds/enterprise/v1.crd.projectcalico.org/crd.projectcalico.org_ipamconfigs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ spec:
2828
properties:
2929
autoAllocateBlocks:
3030
type: boolean
31+
kubeVirtVMAddressPersistence:
32+
enum:
33+
- Enabled
34+
- Disabled
35+
type: string
3136
maxBlocksPerHost:
3237
maximum: 2147483647
3338
minimum: 0

pkg/imports/crds/enterprise/v3.projectcalico.org/projectcalico.org_ipamblocks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ spec:
5555
attributes:
5656
items:
5757
properties:
58+
alternate:
59+
additionalProperties:
60+
type: string
61+
type: object
5862
handle_id:
5963
type: string
6064
secondary:

pkg/imports/crds/enterprise/v3.projectcalico.org/projectcalico.org_ipamconfigurations.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ spec:
4545
autoAllocateBlocks:
4646
default: true
4747
type: boolean
48+
kubeVirtVMAddressPersistence:
49+
enum:
50+
- Enabled
51+
- Disabled
52+
type: string
4853
maxBlocksPerHost:
4954
default: 0
5055
format: int32

0 commit comments

Comments
 (0)