class Pyrite::Apimachinery::Apis::Meta::V1::Patch
Overview
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
Defined in:
versions/v1.14/apimachinery/apis/meta/v1/patch.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
-
.new(pull : JSON::PullParser)
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
- .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)
#
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
def self.new(pull : JSON::PullParser)
#
Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.