class K8S::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::CustomResourceColumnDefinition

Overview

CustomResourceColumnDefinition specifies a column for server side printing.

Included Modules

Defined in:

versions/v1.15/apiextensions_apiserver/apis/apiextensions/v1beta1/custom_resource_column_definition.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : ::JSON::PullParser) #

[View source]
def self.new(*, json_path : String, name : String, type : String, description : String? = nil, format : String? = nil, priority : Int32? = nil) #

[View source]

Instance Method Detail

def description : String? #

[View source]
def description=(description : String?) #

[View source]
def format : String? #

[View source]
def format=(format : String?) #

[View source]
def json_path : String #

[View source]
def json_path=(json_path : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def priority : Int32? #

[View source]
def priority=(priority : Int32?) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]