Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStartCommand ¶
Types ¶
type PodEndpoint ¶
PodEndpoint represents a resolved pod endpoint with its name and IP address.
type ResolveRequest ¶
ResolveRequest is the JSON request body for the resolve endpoint.
type ResolveResponse ¶
type ResolveResponse struct {
Pods []PodEndpoint `json:"pods"`
}
ResolveResponse is the JSON response returned by the resolve endpoint.
Click to show internal directories.
Click to hide internal directories.