SelectableField

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.SelectableField
See theSelectableField companion object
final case class SelectableField(jsonPath: String)

SelectableField specifies the JSON path of a field that may be used with field selectors.

Attributes

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

Members list

Value members

Concrete methods

def mapJsonPath(f: String => String): SelectableField

transforms jsonPath to result of function

transforms jsonPath to result of function

Attributes

Source
SelectableField.scala
def withJsonPath(value: String): SelectableField

Returns a new data with jsonPath set to new value

Returns a new data with jsonPath set to new value

Attributes

Source
SelectableField.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product