README ΒΆ kubedb-api-demo Create a Kind cluster > kind create cluster Creating cluster "kind" ... β Ensuring node image (kindest/node:v1.23.4) πΌ β Preparing nodes π¦ β Writing configuration π β Starting control-plane πΉοΈ β Installing CNI π β Installing StorageClass πΎ Set kubectl context to "kind-kind" You can now use your cluster with: kubectl cluster-info --context kind-kind Have a nice day! π Register Postgres CRD > kubectl create -f https://raw.githubusercontent.com/kubedb/apimachinery/v0.26.0/crds/kubedb.com_postgreses.yaml customresourcedefinition.apiextensions.k8s.io/postgreses.kubedb.com created Create Postgres object > k apply -f pg.yaml postgres.kubedb.com/quick-postgres created List objects > go run main.go Using Generated client default/quick-postgres Using kubebuilder client default/quick-postgres Expand βΎ Collapse β΄ Documentation ΒΆ There is no documentation for this package. Source Files ΒΆ View all Source files main.go Click to show internal directories. Click to hide internal directories.