class Pyrite::Api::Core::V1::NodeAddress
- Pyrite::Api::Core::V1::NodeAddress
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
NodeAddress contains information for the node's address.
Defined in:
versions/v1.14/api/core/v1/node_address.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
NodeAddress contains information for the node's address.
-
.new(pull : JSON::PullParser)
NodeAddress contains information for the node's address.
- .new(*, address : String, type : String)
Instance Method Summary
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)
#
NodeAddress contains information for the node's address.