Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElastiServiceCacheResponse ¶
type ElastiServiceCacheResponse struct {
Services map[string]ElastiServiceEntry `json:"services"`
}
type ElastiServiceEntry ¶
type ElastiServiceEntry struct {
Name string `json:"name"`
Spec json.RawMessage `json:"spec"`
Status json.RawMessage `json:"status"`
}
type Host ¶
type Host struct {
IncomingHost string
Namespace string
SourceService string
TargetService string
SourceHost string
TargetHost string
TrafficAllowed bool
}
Host is the host details
type RequestCount ¶
Click to show internal directories.
Click to hide internal directories.