Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveSkrCollection ¶
type RunOptions ¶
type RunOptions struct {
// contains filtered or unexported fields
}
type SkrLooper ¶
type SkrLooper interface { manager.Runnable ActiveSkrCollection }
type SkrRunner ¶
type SkrRunner interface { Run(ctx context.Context, mngr skrmanager.SkrManager, opts ...RunOption) GetControllerOptions( descriptor registry.Descriptor, skrManager skrmanager.SkrManager, ) controller.Options }
func NewSkrRunner ¶
func NewSkrRunner(reg registry.SkrRegistry, kcpCluster cluster.Cluster) SkrRunner
Click to show internal directories.
Click to hide internal directories.