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
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/discovery/v1beta1/endpoint.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, addresses : Array(String), conditions : Api::Discovery::V1beta1::EndpointConditions? = nil, hostname : 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?)
 - #hostname : String?
 - #hostname=(hostname : 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(String), conditions : Api::Discovery::V1beta1::EndpointConditions? = nil, hostname : String? = nil, target_ref : Api::Core::V1::ObjectReference? = nil, topology : Hash(String, String)? = nil)
        #