class Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::JSON
- Pyrite::ApiextensionsApiserver::Apis::Apiextensions::V1beta1::JSON
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.
Defined in:
versions/v1.14/apiextensions_apiserver/apis/apiextensions/v1beta1/json.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
JSON represents any valid JSON value.
-
.new(pull : ::JSON::PullParser)
JSON represents any valid JSON 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)
#
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.
def self.new(pull : ::JSON::PullParser)
#
JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.