Documentation ¶
Index ¶
- type ConfigStoreHandler
- func (r *ConfigStoreHandler) DryRunCreateFn(ctx context.Context, key types.NamespacedName, obj runtime.Object, dryrun bool) (runtime.Object, error)
- func (r *ConfigStoreHandler) DryRunDeleteFn(ctx context.Context, key types.NamespacedName, obj runtime.Object, dryrun bool) (runtime.Object, error)
- func (r *ConfigStoreHandler) DryRunUpdateFn(ctx context.Context, key types.NamespacedName, obj, old runtime.Object, ...) (runtime.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigStoreHandler ¶
type ConfigStoreHandler struct {
Handler *target.TargetHandler
}
func (*ConfigStoreHandler) DryRunCreateFn ¶
func (*ConfigStoreHandler) DryRunDeleteFn ¶
func (*ConfigStoreHandler) DryRunUpdateFn ¶
Click to show internal directories.
Click to hide internal directories.