Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Funcs ¶
type Funcs struct {
Get func(ctx context.Context, key object.ObjectKey, obj object.Object, opts ...client.GetOption) error
List func(ctx context.Context, list object.ObjectList, opts ...client.ListOption) error
Create func(ctx context.Context, obj object.Object, req any, opts ...client.CreateOption) error
Delete func(ctx context.Context, obj object.Object, opts ...client.DeleteOption) error
Update func(ctx context.Context, obj object.Object, req any, opts ...client.UpdateOption) error
GetInformer func(obj object.ObjectType) client.InformerCache
GetServer func() string
SetServer func(server string)
GetToken func() string
SetToken func(token string)
Start func(ctx context.Context)
Stop func()
}
Funcs contains functions that are called instead of the underlying client's methods.
Click to show internal directories.
Click to hide internal directories.