Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseAllSyncTunnels ¶
func CloseAllSyncTunnels()
CloseAllSyncTunnels closes all the sync tunnels that have been created.
Types ¶
type Client ¶
type Client interface { SetTargetVersion(dev.SyncConfig, string) error GetMirrorSnapshot() (sync.MirrorSnapshot, error) Mirror(sync.SourceFile) error Remove(string) error SyncComplete() error Close() error }
Client is the interface for syncing code from the local machine into a development pod in Kubernetes.
Click to show internal directories.
Click to hide internal directories.