Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-orlenko committed Jan 9, 2024
1 parent d9f0785 commit 85f2524
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions config/crd/bases/temporal.io_temporalnamespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ spec:
items:
type: string
type: array
customSearchAttributes:
additionalProperties:
type: string
description: CustomSearchAttributes is a key-value map for create
Custom Search Attributes.
type: object
data:
additionalProperties:
type: string
Expand Down
24 changes: 24 additions & 0 deletions docs/api/v1beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4052,6 +4052,18 @@ Only applicable if the namespace is a global namespace.</p>
</tr>
<tr>
<td>
<code>customSearchAttributes</code><br>
<em>
map[string]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>CustomSearchAttributes is a key-value map for create Custom Search Attributes.</p>
</td>
</tr>
<tr>
<td>
<code>activeClusterName</code><br>
<em>
string
Expand Down Expand Up @@ -4276,6 +4288,18 @@ Only applicable if the namespace is a global namespace.</p>
</tr>
<tr>
<td>
<code>customSearchAttributes</code><br>
<em>
map[string]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>CustomSearchAttributes is a key-value map for create Custom Search Attributes.</p>
</td>
</tr>
<tr>
<td>
<code>activeClusterName</code><br>
<em>
string
Expand Down

0 comments on commit 85f2524

Please sign in to comment.