Skip to content

Commit

Permalink
refactor(ns): 将容器标签从英文改为中文
Browse files Browse the repository at this point in the history
  • Loading branch information
weibaohui committed Dec 25, 2024
1 parent b2ea66d commit 0b64fc2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/pages/ns/cronjob.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
},
{
"name": "spec.jobTemplate.spec.template.spec.containers",
"label": "containers",
"label": "容器",
"type": "each",
"items": {
"type": "tpl",
Expand Down
2 changes: 1 addition & 1 deletion assets/pages/ns/daemonset.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
},
{
"name": "spec.template.spec.containers",
"label": "containers",
"label": "容器",
"type": "each",
"items": {
"type": "tpl",
Expand Down
2 changes: 1 addition & 1 deletion assets/pages/ns/deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
},
{
"name": "spec.template.spec.containers",
"label": "containers",
"label": "容器",
"type": "each",
"items": {
"type": "tpl",
Expand Down
2 changes: 1 addition & 1 deletion assets/pages/ns/job.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@
},
{
"name": "spec.template.spec.containers",
"label": "containers",
"label": "容器",
"type": "each",
"items": {
"type": "tpl",
Expand Down
2 changes: 1 addition & 1 deletion assets/pages/ns/replicaset.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
},
{
"name": "spec.template.spec.containers",
"label": "containers",
"label": "容器",
"type": "each",
"items": {
"type": "tpl",
Expand Down
2 changes: 1 addition & 1 deletion assets/pages/ns/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
},
{
"name": "spec.template.spec.containers",
"label": "containers",
"label": "容器",
"type": "each",
"items": {
"type": "tpl",
Expand Down

0 comments on commit 0b64fc2

Please sign in to comment.