package
0.0.0-20240925133436-53361ba6b308
Repository: https://github.com/datadog/temporal-worker-controller.git
Documentation: pkg.go.dev

# Constants

ReachabilityStatusClosedOnly indicates that the build ID does not have open workflows and is not reachable by new workflows, but MAY have closed workflows within the namespace retention period.
ReachabilityStatusNotRegistered indicates that the build ID is not registered with Temporal for the given task queue.
ReachabilityStatusReachable indicates that the build ID may be used by new workflows or activities (base on versioning rules), or there MAY be open workflows or backlogged activities assigned to it.
ReachabilityStatusUnreachable indicates that the build ID is not used for new executions, nor it has been used by any existing execution within the retention period.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RolloutStrategy defines strategy to apply during next rollout.
TemporalConnection is the Schema for the temporalconnections API.
TemporalConnectionList contains a list of TemporalConnection.
TemporalConnectionSpec defines the desired state of TemporalConnection.
TemporalConnectionStatus defines the observed state of TemporalConnection.
TemporalWorker is the Schema for the temporalworkers API TODO(jlegrone): Implement default/validate interface https://book.kubebuilder.io/cronjob-tutorial/webhook-implementation.html.
TemporalWorkerList contains a list of TemporalWorker.
TemporalWorkerSpec defines the desired state of TemporalWorker.
TemporalWorkerStatus defines the observed state of TemporalWorker.
No description provided by the author
No description provided by the author

# Type aliases

DefaultVersionUpdateStrategy describes how to cut over new workflow executions to the target worker version.
ReachabilityStatus indicates whether the version set is processing tasks.