endpointresolver

package
v0.1.75 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2026 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewStartCommand

func NewStartCommand() *cobra.Command

Types

type PodEndpoint

type PodEndpoint struct {
	Name string `json:"name"`
	IP   string `json:"ip"`
}

PodEndpoint represents a resolved pod endpoint with its name and IP address.

type ResolveRequest

type ResolveRequest struct {
	Selector map[string]string `json:"selector"`
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL