c
io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1
CustomResourceColumnDefinition
Companion object CustomResourceColumnDefinition
final case class CustomResourceColumnDefinition(name: String, jsonPath: String, type: String, format: Option[String] = None, priority: Option[Int] = None, description: Option[String] = None) extends Product with Serializable
CustomResourceColumnDefinition specifies a column for server side printing.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomResourceColumnDefinition
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val description: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val format: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsonPath: String
- def mapDescription(f: (String) => String): CustomResourceColumnDefinition
if description has a value, transforms to the result of function
- def mapFormat(f: (String) => String): CustomResourceColumnDefinition
if format has a value, transforms to the result of function
- def mapJsonPath(f: (String) => String): CustomResourceColumnDefinition
transforms jsonPath to result of function
- def mapName(f: (String) => String): CustomResourceColumnDefinition
transforms name to result of function
- def mapPriority(f: (Int) => Int): CustomResourceColumnDefinition
if priority has a value, transforms to the result of function
- def mapType(f: (String) => String): CustomResourceColumnDefinition
transforms
type
to result of function - val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val priority: Option[Int]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val type: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withDescription(value: String): CustomResourceColumnDefinition
Returns a new data with description set to new value
- def withFormat(value: String): CustomResourceColumnDefinition
Returns a new data with format set to new value
- def withJsonPath(value: String): CustomResourceColumnDefinition
Returns a new data with jsonPath set to new value
- def withName(value: String): CustomResourceColumnDefinition
Returns a new data with name set to new value
- def withPriority(value: Int): CustomResourceColumnDefinition
Returns a new data with priority set to new value
- def withType(value: String): CustomResourceColumnDefinition
Returns a new data with
type
set to new value