Documentation
¶
Index ¶
- func BuildExpectedOnlineMap(all map[types.NodeID][]tailcfg.MapResponse) map[types.NodeID]map[types.NodeID]bool
- func CreateCertificate(hostname string) ([]byte, []byte, error)
- func FetchPathFromContainer(pool *dockertest.Pool, container *dockertest.Resource, path string) ([]byte, error)
- func PeerSyncRetryInterval() time.Duration
- func PeerSyncTimeout() time.Duration
- func WriteFileToContainer(pool *dockertest.Pool, container *dockertest.Resource, path string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildExpectedOnlineMap ¶ added in v0.27.0
func CreateCertificate ¶ added in v0.24.0
nolint
func FetchPathFromContainer ¶ added in v0.22.2
func FetchPathFromContainer( pool *dockertest.Pool, container *dockertest.Resource, path string, ) ([]byte, error)
func PeerSyncRetryInterval ¶ added in v0.27.0
PeerSyncRetryInterval returns the retry interval for peer synchronization checks.
func PeerSyncTimeout ¶ added in v0.27.0
PeerSyncTimeout returns the timeout for peer synchronization based on environment: 60s for dev, 120s for CI.
func WriteFileToContainer ¶
func WriteFileToContainer( pool *dockertest.Pool, container *dockertest.Resource, path string, data []byte, ) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.