class K8S::Api::Discovery::V1beta1::Endpoint
- K8S::Api::Discovery::V1beta1::Endpoint
- Reference
- Object
Overview
Endpoint represents a single logical "backend" implementing a service.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.21/api/discovery/v1beta1/endpoint.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, addresses : Array, conditions : Api::Discovery::V1beta1::EndpointConditions? = nil, hints : Api::Discovery::V1beta1::EndpointHints? = nil, hostname : String? = nil, node_name : String? = nil, target_ref : Api::Core::V1::ObjectReference? = nil, topology : Hash(String, String)? = nil)
Instance Method Summary
- #addresses : Array(String)
- #addresses=(addresses : Array(String))
- #conditions : Api::Discovery::V1beta1::EndpointConditions?
- #conditions=(conditions : Api::Discovery::V1beta1::EndpointConditions?)
- #hints : Api::Discovery::V1beta1::EndpointHints?
- #hints=(hints : Api::Discovery::V1beta1::EndpointHints?)
- #hostname : String?
- #hostname=(hostname : String?)
- #node_name : String?
- #node_name=(node_name : String?)
- #target_ref : Api::Core::V1::ObjectReference?
- #target_ref=(target_ref : Api::Core::V1::ObjectReference?)
- #topology : Hash(String, String)?
- #topology=(topology : Hash(String, String)?)
Constructor Detail
def self.new(*, addresses : Array, conditions : Api::Discovery::V1beta1::EndpointConditions? = nil, hints : Api::Discovery::V1beta1::EndpointHints? = nil, hostname : String? = nil, node_name : String? = nil, target_ref : Api::Core::V1::ObjectReference? = nil, topology : Hash(String, String)? = nil)
#