ObjectFieldSelectorArgs

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

ObjectFieldSelector selects an APIVersioned field of an object.

Constructors

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

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>

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

Functions

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