Skip to content

Commit 990277c

Browse files
authored
Merge pull request #33821 from Sea-n/fix-prem
[zh] Fix permission for node-selector-requirement.md
2 parents b026c3a + 7e791d1 commit 990277c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

content/zh/docs/reference/kubernetes-api/common-definitions/node-selector-requirement.md

100755100644
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ weight: 5
1010
auto_generated: true
1111
---
1212
<!--
13-
---
1413
api_metadata:
1514
apiVersion: ""
1615
import: "k8s.io/api/core/v1"
@@ -20,9 +19,21 @@ description: "A node selector requirement is a selector that contains values, a
2019
title: "NodeSelectorRequirement"
2120
weight: 5
2221
auto_generated: true
23-
---
2422
-->
2523

24+
<!--
25+
The file is auto-generated from the Go source code of the component using a generic
26+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
27+
to generate the reference documentation, please read
28+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
29+
To update the reference content, please follow the
30+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
31+
guide. You can file document formatting bugs against the
32+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
33+
-->
34+
35+
36+
2637
`import "k8s.io/api/core/v1"`
2738

2839

@@ -35,7 +46,7 @@ A node selector requirement is a selector that contains values, a key, and an op
3546

3647
<!--
3748
- **key** (string), required
38-
49+
3950
The label key that the selector applies to.
4051
-->
4152
- **key** (string), 必选

0 commit comments

Comments
 (0)