struct
Kubernetes::Resources::Services::ServiceSpec
- Kubernetes::Resources::Services::ServiceSpec
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
resources/services.crConstructors
Instance Method Summary
- #cluster_ip : String | Nil
- #cluster_ip=(cluster_ip : String | Nil)
- #ports : Array(ServicePort) | Nil
- #ports=(ports : Array(ServicePort) | Nil)
- #selector : Hash(String, String) | Nil
- #selector=(selector : Hash(String, String) | Nil)
- #type : String | Nil
- #type=(type : String | Nil)