Skip to content

Commit e52cd24

Browse files
committed
remove cyrillic
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
1 parent a495828 commit e52cd24

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pkg/hook/controller/hook_controller.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ type BindingExecutionInfo struct {
2727
KubernetesBinding htypes.OnKubernetesEventConfig
2828
}
2929

30-
// В каждый хук надо будет положить этот объект.
31-
// Предварительно позвав With*Bindings и InitBindingsControllers
30+
// This object needs to be placed in each hook.
31+
// After calling With*Bindings and InitBindingsControllers
3232

33-
// Для kube надо будет сделать HandleEnableKubernetesBindings, чтобы получить списки существующих обхектов
34-
// и потом StartMonitors
33+
// For kube, HandleEnableKubernetesBindings needs to be called to get lists of existing objects
34+
// and then StartMonitors
3535

36-
// Всё Handle* методы принимают callback, чтобы создавать задания независимо.
36+
// All Handle* methods accept a callback to create tasks independently.
3737

38-
// методом KubernetesSnapshots можно достать все кубовые объекты, чтобы добавить
39-
// их в какой-то свой binding context
38+
// The KubernetesSnapshots method can be used to get all Kubernetes objects to add
39+
// them to some binding context
4040

4141
func NewHookController() *HookController {
4242
return &HookController{}

0 commit comments

Comments
 (0)