kube-rs / kopium

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

Failing tests for `CephCluster` #212

Open clux opened 8 months ago

clux commented 8 months ago

WIP for #202 based on the good bug report.

However, still unsure of the type we should use.

EDIT: still broken in 0.20.0. note to self: can verify with the crd

curl -sSL https://raw.githubusercontent.com/rook/rook/v1.13.5/deploy/examples/crds.yaml -o rook.yaml
cat rook.yaml | yq '.[] | select(.metadata.name == "cephclusters.ceph.rook.io")' -y > cephclusters.yaml
cargo run -- -f cephclusters.yaml |hx