shutdown

async gafaelfawr.operator.startup.shutdown(memo, **_)

Shut down a running Kubernetes operator.

Parameters:
  • memo (Memo) – Holds global state, used to store the factory, Kubernetes client, and other state that needs to be freed cleanly during shutdown.

  • _ (Any)

Return type:

None