kube-rs / kopium

Kubernetes OPenapI UnMangler
Apache License 2.0
112 stars 21 forks source link

CiliumNetworkPolicy test #177

Open clux opened 9 months ago

clux commented 9 months ago

crd from cilium main repo.

this doesn't work because it doesn't use the normal spec/status model;

..this might need a restructure of how we allow derive CustomResource because we cannot accommodate any arbitrary fields on the wrapper struct from kube-derive if the struct is generated :(