rsmitty / project-template-kubernetes-controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project-template-kubernetes-controller

Initializing a new project.

make init DOMAIN=domain.tld NAMESPACE=template

Rename the controller.

Find all instances of template-controller-manager and replace it with the new controller name.

Generate a new API.

kubebuilder create api --group foo --version v1alpha1 --kind Bar --namespaced=<true|false> --controller --resource --make=false --example=false

References

About

License:Mozilla Public License 2.0


Languages

Language:Makefile 61.7%Language:Dockerfile 38.3%