Skip to content

Commit d5343ca

Browse files
authored
feat(k8s): allow cluster with cni=none (#1204)
1 parent e742fcc commit d5343ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export type CNI =
1919
| 'weave'
2020
| 'flannel'
2121
| 'kilo'
22+
| 'none'
2223

2324
export type ClusterStatus =
2425
| 'unknown'

0 commit comments

Comments
 (0)