Skip to content

Commit 6bb8d2a

Browse files
committed
feat: make network config mutable to support mac addr updates
Signed-off-by: Zespre Chang <[email protected]>
1 parent 9d50904 commit 6bb8d2a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

charts/harvester-vm-dhcp-controller/crds/network.harvesterhci.io_virtualmachinenetworkconfigs.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ spec:
2424
- jsonPath: .status.conditions[?(@.type=='Allocated')].status
2525
name: ALLOCATED
2626
type: string
27+
- jsonPath: .status.conditions[?(@.type=='Disabled')].status
28+
name: DISABLED
29+
type: string
30+
- jsonPath: .status.conditions[?(@.type=='InSynced')].status
31+
name: INSYNCED
32+
type: string
2733
- jsonPath: .metadata.creationTimestamp
2834
name: AGE
2935
type: date
@@ -68,9 +74,6 @@ spec:
6874
type: object
6975
maxItems: 4
7076
type: array
71-
x-kubernetes-validations:
72-
- message: NetworkConfig may only be added
73-
rule: oldSelf.all(x, x in self)
7477
paused:
7578
type: boolean
7679
vmName:

0 commit comments

Comments
 (0)