struct
Kubernetes::Resources::Services::ServicePort
- Kubernetes::Resources::Services::ServicePort
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
resources/services.crConstructors
Instance Method Summary
- #name : String | Nil
- #name=(name : String | Nil)
- #port : Int32
- #port=(port : Int32)
- #protocol : String | Nil
- #protocol=(protocol : String | Nil)
- #target_port : Int32 | String | Nil
- #target_port=(target_port : Int32 | String | Nil)