class Pyrite::Api::Core::V1::EndpointAddress
Overview
EndpointAddress is a tuple that describes single IP address.
Defined in:
versions/v1.14/api/core/v1/endpoint_address.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
EndpointAddress is a tuple that describes single IP address.
-
.new(pull : JSON::PullParser)
EndpointAddress is a tuple that describes single IP address.
- .new(*, hostname : String? = nil, ip : String, node_name : String? = nil, target_ref : Api::Core::V1::ObjectReference? = nil)
Instance Method Summary
- #hostname : String?
- #hostname=(hostname : String?)
- #ip : String
- #ip=(ip : String)
- #node_name : String?
- #node_name=(node_name : String?)
- #target_ref : Api::Core::V1::ObjectReference?
- #target_ref=(target_ref : Api::Core::V1::ObjectReference?)
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)
#
EndpointAddress is a tuple that describes single IP address.
def self.new(pull : JSON::PullParser)
#
EndpointAddress is a tuple that describes single IP address.
def self.new(*, hostname : String? = nil, ip : String, node_name : String? = nil, target_ref : Api::Core::V1::ObjectReference? = nil)
#