Skip to content

Commit 9647922

Browse files
dveedenliubog2008
andauthored
Add comment for passwordSecret (#6421)
Co-authored-by: Bo Liu <[email protected]>
1 parent d90b2fa commit 9647922

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/api-references/docs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,6 +2630,7 @@ string
26302630
</td>
26312631
<td>
26322632
<em>(Optional)</em>
2633+
<p>passwordSecret is the name of the Kubernetes secret that is used to initialize the cluster.</p>
26332634
</td>
26342635
</tr>
26352636
<tr>
@@ -26028,6 +26029,7 @@ string
2602826029
</td>
2602926030
<td>
2603026031
<em>(Optional)</em>
26032+
<p>passwordSecret is the name of the Kubernetes secret that is used to initialize the cluster.</p>
2603126033
</td>
2603226034
</tr>
2603326035
<tr>

pkg/apis/pingcap/v1alpha1/openapi_generated.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/pingcap/v1alpha1/tidbinitializer_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ type TidbInitializerSpec struct {
8585
// +optional
8686
InitSqlConfigMap *string `json:"initSqlConfigMap,omitempty"`
8787

88+
// passwordSecret is the name of the Kubernetes secret that is used to initialize the cluster.
8889
// +optional
8990
PasswordSecret *string `json:"passwordSecret,omitempty"`
9091

0 commit comments

Comments
 (0)