controller

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TemporalClusterClientReconciler

type TemporalClusterClientReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

TemporalClusterClientReconciler reconciles TemporalClusterClient objects by issuing client certificates from the referenced cluster's mTLS issuer.

func (*TemporalClusterClientReconciler) Reconcile

Reconcile issues a client certificate for the TemporalClusterClient.

func (*TemporalClusterClientReconciler) SetupWithManager

func (r *TemporalClusterClientReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type TemporalClusterReconciler

type TemporalClusterReconciler struct {
	client.Client
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder

	// BackendFactory builds datastore backends and is injectable for testing;
	// when nil the default real implementation is used.
	BackendFactory persistence.BackendFactory
}

TemporalClusterReconciler reconciles a TemporalCluster object.

func (*TemporalClusterReconciler) Reconcile

Reconcile drives the TemporalCluster toward its desired state. At this milestone it reconciles persistence (reachability + schema) and reports the remaining work as not-yet-implemented via the Ready condition.

func (*TemporalClusterReconciler) SetupWithManager

func (r *TemporalClusterReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type TemporalNamespaceReconciler

type TemporalNamespaceReconciler struct {
	client.Client
	Scheme *runtime.Scheme

	// ClientFactory builds the Temporal namespace client; injectable for tests.
	ClientFactory temporal.NamespaceClientFactory
}

TemporalNamespaceReconciler reconciles TemporalNamespace objects against a running Temporal cluster.

func (*TemporalNamespaceReconciler) Reconcile

Reconcile registers, updates, or deletes a Temporal namespace.

func (*TemporalNamespaceReconciler) SetupWithManager

func (r *TemporalNamespaceReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type TemporalSearchAttributeReconciler

type TemporalSearchAttributeReconciler struct {
	client.Client
	Scheme *runtime.Scheme

	// ClientFactory builds the Temporal search-attribute client; injectable for tests.
	ClientFactory temporal.SearchAttributeClientFactory
}

TemporalSearchAttributeReconciler reconciles TemporalSearchAttribute objects.

func (*TemporalSearchAttributeReconciler) Reconcile

Reconcile registers or removes a custom search attribute.

func (*TemporalSearchAttributeReconciler) SetupWithManager

func (r *TemporalSearchAttributeReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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