Documentation ¶
Index ¶
Constants ¶
View Source
const (
Version = "0.0.0"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { pb.HypervisorService GetInstanceID(ctx context.Context, podNamespace, podName string, wait bool) (string, error) Teardown() error }
func NewService ¶
func NewService(provider Provider, proxyFactory proxy.Factory, workerNode podnetwork.WorkerNode, podsDir, daemonPort string) Service
Click to show internal directories.
Click to hide internal directories.