New API Reference presentation on /content/en/docs/reference/kubernetes-api

This commit is contained in:
Philippe Martin
2021-01-19 20:51:46 +01:00
parent a422f01f3f
commit add24db3e3
101 changed files with 39261 additions and 9 deletions
@@ -0,0 +1,32 @@
---
api_metadata:
apiVersion: ""
import: "k8s.io/api/core/v1"
kind: "ObjectFieldSelector"
content_type: "api_reference"
description: "ObjectFieldSelector selects an APIVersioned field of an object."
title: "ObjectFieldSelector"
weight: 12
---
`import "k8s.io/api/core/v1"`
ObjectFieldSelector selects an APIVersioned field of an object.
<hr>
- **fieldPath** (string), required
Path of the field to select in the specified API version.
- **apiVersion** (string)
Version of the schema the FieldPath is written in terms of, defaults to "v1".