Skip to content

Commit

Permalink
Update api/v1beta1/temporalcluster_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Vilain <[email protected]>
  • Loading branch information
arlyon and alexandrevilain authored Dec 1, 2023
1 parent e2d9509 commit 4360579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/v1beta1/temporalcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,8 @@ type TemporalClusterSpec struct {
// Archival allows Workflow Execution Event Histories and Visibility data backups for the temporal cluster.
// +optional
Archival *ClusterArchivalSpec `json:"archival,omitempty"`

// Replication allows configuration of multi-cluster replication.
// +optional
Replication *ClusterReplicationSpec `json:"replication,omitempty"`
}

Expand Down

0 comments on commit 4360579

Please sign in to comment.