[zh] Fix rendering of 'label-selector' page
This commit is contained in:
@@ -1,14 +1,3 @@
|
|||||||
<!--
|
|
||||||
api_metadata:
|
|
||||||
apiVersion: ""
|
|
||||||
import: "k8s.io/apimachinery/pkg/apis/meta/v1"
|
|
||||||
kind: "LabelSelector"
|
|
||||||
content_type: "api_reference"
|
|
||||||
description: "A label selector is a label query over a set of resources."
|
|
||||||
title: "LabelSelector"
|
|
||||||
weight: 2
|
|
||||||
-->
|
|
||||||
|
|
||||||
---
|
---
|
||||||
api_metadata:
|
api_metadata:
|
||||||
apiVersion: ""
|
apiVersion: ""
|
||||||
@@ -21,6 +10,17 @@ weight: 2
|
|||||||
auto_generated: true
|
auto_generated: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
api_metadata:
|
||||||
|
apiVersion: ""
|
||||||
|
import: "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||||
|
kind: "LabelSelector"
|
||||||
|
content_type: "api_reference"
|
||||||
|
description: "A label selector is a label query over a set of resources."
|
||||||
|
title: "LabelSelector"
|
||||||
|
weight: 2
|
||||||
|
-->
|
||||||
|
|
||||||
`import "k8s.io/apimachinery/pkg/apis/meta/v1"`
|
`import "k8s.io/apimachinery/pkg/apis/meta/v1"`
|
||||||
|
|
||||||
<!-- A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.-->
|
<!-- A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.-->
|
||||||
|
|||||||
Reference in New Issue
Block a user