supercontroller

command module
v0.0.0-...-61418c2 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

README

Supercontroller

Supercontroller is an example controller pattern that can connect to multiple Kubernetes clusters, bulk-operate on entire api group(example.com).

It is-

  • Multi-cluster aware
  • Multi-resource: will watch all resources in an API group
  • Dynamic : doesn't need static schema of resources
  • Multi-modal: multiple handlers can be hooked (not sure if this is a good idea)

Use case

Useful for common operations that need to be performed across multiple clusters for an API-group. For example-

  • Create a global view in a single datastore
  • Process CRs for quota accounting-like use-cases

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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