class K8S::ApiextensionsApiserver::Apis::Apiextensions::V1::CustomResourceDefinitionNames

Overview

CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition

Included Modules

Defined in:

versions/v1.22/apiextensions_apiserver/apis/apiextensions/v1/custom_resource_definition_names.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(*, kind : String, plural : String, categories : Array(String)? = nil, list_kind : String? = nil, short_names : Array(String)? = nil, singular : String? = nil) #

[View source]

Instance Method Detail

def categories : Array(String)? #

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

[View source]
def kind : String #

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

[View source]
def list_kind : String? #

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

[View source]
def plural : String #

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

[View source]
def short_names : Array(String)? #

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

[View source]
def singular : String? #

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

[View source]