class K8S::Api::Core::V1::PortStatus
- K8S::Api::Core::V1::PortStatus
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/core/v1/port_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, port : Int32, protocol : String, error : String? = nil)
Instance Method Summary
- #error : String?
- #error=(error : String?)
- #port : Int32
- #port=(port : Int32)
- #protocol : String
- #protocol=(protocol : String)