[zh] Fix permission for node-selector-requirement.md
This commit is contained in:
Executable → Regular
+14
-3
@@ -10,7 +10,6 @@ weight: 5
|
|||||||
auto_generated: true
|
auto_generated: true
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
---
|
|
||||||
api_metadata:
|
api_metadata:
|
||||||
apiVersion: ""
|
apiVersion: ""
|
||||||
import: "k8s.io/api/core/v1"
|
import: "k8s.io/api/core/v1"
|
||||||
@@ -20,9 +19,21 @@ description: "A node selector requirement is a selector that contains values, a
|
|||||||
title: "NodeSelectorRequirement"
|
title: "NodeSelectorRequirement"
|
||||||
weight: 5
|
weight: 5
|
||||||
auto_generated: true
|
auto_generated: true
|
||||||
---
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
The file is auto-generated from the Go source code of the component using a generic
|
||||||
|
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
|
||||||
|
to generate the reference documentation, please read
|
||||||
|
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
|
||||||
|
To update the reference content, please follow the
|
||||||
|
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
|
||||||
|
guide. You can file document formatting bugs against the
|
||||||
|
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
`import "k8s.io/api/core/v1"`
|
`import "k8s.io/api/core/v1"`
|
||||||
|
|
||||||
|
|
||||||
@@ -35,7 +46,7 @@ A node selector requirement is a selector that contains values, a key, and an op
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
- **key** (string), required
|
- **key** (string), required
|
||||||
|
|
||||||
The label key that the selector applies to.
|
The label key that the selector applies to.
|
||||||
-->
|
-->
|
||||||
- **key** (string), 必选
|
- **key** (string), 必选
|
||||||
|
|||||||
Reference in New Issue
Block a user