ObjectFieldSelectorPatchArgs

data class ObjectFieldSelectorPatchArgs(val apiVersion: Output<String>? = null, val fieldPath: Output<String>? = null) : ConvertibleToJava<ObjectFieldSelectorPatchArgs>

ObjectFieldSelector selects an APIVersioned field of an object.

Constructors

Link copied to clipboard
constructor(apiVersion: Output<String>? = null, fieldPath: Output<String>? = null)

Properties

Link copied to clipboard
val apiVersion: Output<String>? = null

Version of the schema the FieldPath is written in terms of, defaults to "v1".

Link copied to clipboard
val fieldPath: Output<String>? = null

Path of the field to select in the specified API version.

Functions

Link copied to clipboard
open override fun toJava(): ObjectFieldSelectorPatchArgs