Documentation
¶
Overview ¶
Package internal contains functionality internal to the xdsclient package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WatchExpiryTimeout is the watch expiry timeout for xDS client. It can be // overridden by tests to change the default watch expiry timeout. WatchExpiryTimeout time.Duration // StreamBackoff is the stream backoff for xDS client. It can be overridden // by tests to change the default backoff strategy. StreamBackoff func(int) time.Duration // ResourceWatchStateForTesting gets the watch state for the resource // identified by the given resource type and resource name. Returns a // non-nil error if there is no such resource being watched. ResourceWatchStateForTesting any // func(*xdsclient.XDSClient, xdsclient.ResourceType, string) error )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package xdsresource defines constants to distinguish between supported xDS API versions.
|
Package xdsresource defines constants to distinguish between supported xDS API versions. |
Click to show internal directories.
Click to hide internal directories.