Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helper ¶
type Helper interface { runner.Runnable // GetHostClusterClient returns kubernetes API client for the Host cluster GetHostClusterClient(ctx context.Context) (client.Client, error) // GetDPUClusterClient returns kubernetes API client for the DPU cluster GetDPUClusterClient(ctx context.Context) (client.Client, error) }
func New ¶
func New(config config.Controller) Helper
Click to show internal directories.
Click to hide internal directories.