Skip to content

nakamasato/kubebuilder-cronjob-controller

Repository files navigation

kubebuilder cronjob-controller

https://book.kubebuilder.io/cronjob-tutorial/cronjob-tutorial.html

Prerequisite

https://book.kubebuilder.io/quick-start.html

kubebuilder version
Version: main.version{KubeBuilderVersion:"3.3.0", KubernetesVendor:"1.23.1", GitCommit:"47859bf2ebf96a64db69a2f7074ffdec7f15c1ec", BuildDate:"2022-01-18T17:03:29Z", GoOs:"darwin", GoArch:"amd64"}
go version
go version go1.17.3 darwin/amd64

Contents

  1. Building CronJob
  2. Multi-Version API
  3. ComponentConfig
  4. Migrations (TODO)
  5. Reference
  6. Plugins (TODO)