Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MDNSInstanceName is the instance name which is broadcasted. MDNSInstanceName string = "name" // MDNSInstanceAddress is the address of the instance. MDNSInstanceAddress string = "address" // MDNSInstancePort is the port of instance. MDNSInstancePort string = "port" // MDNSInstanceID is an optional unique instance ID. MDNSInstanceID string = "instance" )
View Source
const DefaultNamespace = "default"
DefaultNamespace is the default kubernetes namespace.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolveRequest ¶
ResolveRequest represents service discovery resolver request.
func NewResolveRequest ¶
func NewResolveRequest() *ResolveRequest
NewResolveRequest creates ResolveRequest with the default namespace.
Click to show internal directories.
Click to hide internal directories.