Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressSelector ¶
type Mock ¶
type Mock struct { ServiceDefinition ServiceDefinition `json:"serviceDefinition"` Watch bool `json:"watch"` Selector IngressSelector `json:"selector"` Host string `json:"host"` Definition string `json:"definition"` Name string `json:"name"` }
type ServiceDefinition ¶
type ServiceDefinition struct { Port int `json:"port"` ServiceType v1.ServiceType `json:"serviceType"` }
Click to show internal directories.
Click to hide internal directories.