CustomResourceColumnDefinition

com.coralogix.zio.k8s.model.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition
See theCustomResourceColumnDefinition companion object
case class CustomResourceColumnDefinition(description: Optional[String], format: Optional[String], jsonPath: String, name: String, priority: Optional[Int], `type`: String)

CustomResourceColumnDefinition specifies a column for server side printing.

Value parameters

description

description is a human readable description of this column.

format

format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

jsonPath

jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.

name

name is a human readable name for the column.

priority

priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.

type

type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

description is a human readable description of this column.

description is a human readable description of this column.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.

jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.

This effect always succeeds, it is safe to use the field jsonPath directly.

Attributes

name is a human readable name for the column.

name is a human readable name for the column.

This effect always succeeds, it is safe to use the field name directly.

Attributes

priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.

priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

This effect always succeeds, it is safe to use the field type directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product