You are viewing documentation for Kubernetes version: v1.23
Kubernetes v1.23 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
ObjectFieldSelector
ObjectFieldSelector selects an APIVersioned field of an object.
import "k8s.io/api/core/v1"
ObjectFieldSelector selects an APIVersioned field of an object.
-
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".
Last modified April 18, 2021 at 5:30 PM PST: Add auto_gerated metadata (21a2715031)