CustomResourceColumnDefinition

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition
See theCustomResourceColumnDefinition companion object
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.

Attributes

Companion:
object
Source:
CustomResourceColumnDefinition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

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

Attributes

Source:
CustomResourceColumnDefinition.scala

transforms jsonPath to result of function

transforms jsonPath to result of function

Attributes

Source:
CustomResourceColumnDefinition.scala

transforms name to result of function

transforms name to result of function

Attributes

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

Attributes

Source:
CustomResourceColumnDefinition.scala

transforms type to result of function

transforms type to result of function

Attributes

Source:
CustomResourceColumnDefinition.scala

Returns a new data with description set to new value

Returns a new data with description set to new value

Attributes

Source:
CustomResourceColumnDefinition.scala

Returns a new data with format set to new value

Returns a new data with format set to new value

Attributes

Source:
CustomResourceColumnDefinition.scala

Returns a new data with jsonPath set to new value

Returns a new data with jsonPath set to new value

Attributes

Source:
CustomResourceColumnDefinition.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
CustomResourceColumnDefinition.scala

Returns a new data with priority set to new value

Returns a new data with priority set to new value

Attributes

Source:
CustomResourceColumnDefinition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
CustomResourceColumnDefinition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product