Skip to content

Commit 63cd890

Browse files
authored
feat(k8s): add cilium_native cni for native routing mode (#2404)
1 parent 132296c commit 63cd890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages_generated/k8s/src/v1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export type CNI =
2020
| 'flannel'
2121
| 'kilo'
2222
| 'none'
23+
| 'cilium_native'
2324

2425
export type ClusterStatus =
2526
| 'unknown'

0 commit comments

Comments
 (0)