package
2.11.1
Repository: https://github.com/k8up-io/k8up.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Operator Support Code

This Go module contains almost all of the code that supports the operator part K8up.

The CLI entrypoint is in cmd/operator.

The rest of the operator's code follows the layout that the Operator SDK expects:

  • /api contains the custom resource definitions (CRDs)
  • /config contains configuration and sample files
  • /controllers contains the controllers which act on the events of the CRDs (and other events) through reconciliation loops