xprgv / k8s-crd-operator-rs

Simple k8s crd operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crd operator

Simple example how to create crds operator with kube.rs

Define crd type

kubectl apply -f crd.yaml

Create crds

kubectl apply -f device_think.yaml
kubectl apply -f device_iphone.yaml

About

Simple k8s crd operator


Languages

Language:Rust 100.0%