class K8S::Api::Discovery::V1alpha1::EndpointPort
- K8S::Api::Discovery::V1alpha1::EndpointPort
- Reference
- Object
Overview
EndpointPort represents a Port used by an EndpointSlice
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.16/api/discovery/v1alpha1/endpoint_port.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, name : String? = nil, port : Int32? = nil, protocol : String? = nil)
Instance Method Summary
- #name : String?
- #name=(name : String?)
- #port : Int32?
- #port=(port : Int32?)
- #protocol : String?
- #protocol=(protocol : String?)