operator

package
v2.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL