CustomResourceColumnDefinition

final case class CustomResourceColumnDefinition(name: String, jsonPath: String, `type`: String, format: Option[String], priority: Option[Int], description: Option[String])

CustomResourceColumnDefinition specifies a column for server side printing.

Source:
CustomResourceColumnDefinition.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
CustomResourceColumnDefinition.scala

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

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

Source:
CustomResourceColumnDefinition.scala

transforms jsonPath to result of function

transforms jsonPath to result of function

Source:
CustomResourceColumnDefinition.scala

transforms name to result of function

transforms name to result of function

Source:
CustomResourceColumnDefinition.scala

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

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

Source:
CustomResourceColumnDefinition.scala

transforms type to result of function

transforms type to result of function

Source:
CustomResourceColumnDefinition.scala

Returns a new data with description set to new value

Returns a new data with description set to new value

Source:
CustomResourceColumnDefinition.scala

Returns a new data with format set to new value

Returns a new data with format set to new value

Source:
CustomResourceColumnDefinition.scala

Returns a new data with jsonPath set to new value

Returns a new data with jsonPath set to new value

Source:
CustomResourceColumnDefinition.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
CustomResourceColumnDefinition.scala

Returns a new data with priority set to new value

Returns a new data with priority set to new value

Source:
CustomResourceColumnDefinition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
CustomResourceColumnDefinition.scala

Inherited methods

Inherited from:
Product