struct
Kubernetes::CustomResourceColumnDefinition
- Kubernetes::CustomResourceColumnDefinition
- Struct
- Value
- Object
Overview
CustomResourceColumnDefinition specifies a column for server side printing.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_apiextensions-apiserver_pkg_apis_apiextensions_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#description : String | Nil
description is a human readable description of this column.
-
#description=(description : String | Nil)
description is a human readable description of this column.
-
#format : String | Nil
format is an optional OpenAPI type definition for this column.
-
#format=(format : String | Nil)
format is an optional OpenAPI type definition for this column.
-
#json_path : String | Nil
jsonPath is a simple JSON path (i.e.
-
#json_path=(json_path : String | Nil)
jsonPath is a simple JSON path (i.e.
-
#name : String | Nil
name is a human readable name for the column.
-
#name=(name : String | Nil)
name is a human readable name for the column.
-
#priority : Int32 | Nil
priority is an integer defining the relative importance of this column compared to others.
-
#priority=(priority : Int32 | Nil)
priority is an integer defining the relative importance of this column compared to others.
-
#type : String | Nil
type is an OpenAPI type definition for this column.
-
#type=(type : String | Nil)
type is an OpenAPI type definition for this column.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
description is a human readable description of this column.
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.
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.
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.
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.