struct

Kubernetes::Resources::Services::ServiceSpec

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
Source

Instance methods

cluster_ip
Source
cluster_ip=(cluster_ip : String | Nil)
Source
ports
Source
ports=(ports : Array(ServicePort) | Nil)
Source
selector
Source
selector=(selector : Hash(String, String) | Nil)
Source
type
Source
type=(type : String | Nil)
Source