class Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::JSONSchemaPropsOrBool
- Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::JSONSchemaPropsOrBool
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.
Defined in:
versions/v1.14/apiextensions_apiserver/apis/apiextensions/v1beta1/json_schema_props_or_bool.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value.
-
.new(pull : ::JSON::PullParser)
JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value.
- .new
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)
#
JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.
def self.new(pull : ::JSON::PullParser)
#
JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property.