bonny v0.4.1 DeploymentEventLogController.ReconcileServer

Controller reconciler implementation

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Reconciles a resource. This will receive a list of resources from reconcilable_resources/0.

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

reconcile(resource)

Reconciles a resource. This will receive a list of resources from reconcilable_resources/0.

Callback implementation for Bonny.Server.Reconciler.reconcile/1.

Link to this function

reconcile_operation()

K8s.Operation to reconcile.

Examples

  def reconcile_operation() do
    K8s.Client.list("v1", :pods, namespace: :all)
  end

Callback implementation for Bonny.Server.Reconciler.reconcile_operation/0.

Link to this function

start_link(opts)