ObjectFieldSelector

io.k8s.api.core.v1.ObjectFieldSelector
See theObjectFieldSelector companion object
final case class ObjectFieldSelector(fieldPath: String, apiVersion: Option[String])

ObjectFieldSelector selects an APIVersioned field of an object.

Attributes

Companion
object
Source
ObjectFieldSelector.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if apiVersion has a value, transforms to the result of function

if apiVersion has a value, transforms to the result of function

Attributes

Source
ObjectFieldSelector.scala

transforms fieldPath to result of function

transforms fieldPath to result of function

Attributes

Source
ObjectFieldSelector.scala

Returns a new data with apiVersion set to new value

Returns a new data with apiVersion set to new value

Attributes

Source
ObjectFieldSelector.scala

Returns a new data with fieldPath set to new value

Returns a new data with fieldPath set to new value

Attributes

Source
ObjectFieldSelector.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product