Skip to content

Commit

Permalink
Automated cherry pick of #2122: crd for tiflash (#2136)
Browse files Browse the repository at this point in the history
* crd for tiflash

* generated files

* update defaulting for tiflash config

* address comments

* fix ci

* update crd

* update storage type definition

* update api docs
  • Loading branch information
DanielZhangQD committed Apr 8, 2020
1 parent 8363f37 commit c8162a7
Show file tree
Hide file tree
Showing 10 changed files with 5,052 additions and 1,100 deletions.
25 changes: 24 additions & 1 deletion docs/api-references/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"hideMemberFields": [
"TypeMeta"
"TypeMeta",
"TmpPath",
"DisplayName",
"DefaultProfile",
"Path",
"ListenHost",
"TCPPort",
"HTTPPort",
"InternalServerHTTPPort",
"Errorlog",
"ServerLog",
"TiDBStatusAddr",
"ServiceAddr",
"ProxyConfig",
"ClusterManagerPath",
"FlashStatus",
"FlashQuota",
"FlashUser",
"FlashProfile",
"FlashApplication",
"FlashProxy",
"FlashRaft",
"ClusterLog"
],
"hideTypePatterns": [
"ParseError$",
Expand All @@ -27,3 +49,4 @@
},
"markdownDisabled": false
}

Loading

0 comments on commit c8162a7

Please sign in to comment.