class Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::JSONSchemaPropsOrStringArray

Overview

JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.

Defined in:

versions/v1.14/apiextensions_apiserver/apis/apiextensions/v1beta1/json_schema_props_or_string_array.cr

Constructors

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.


def self.new(pull : ::JSON::PullParser) #

JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array.


def self.new #