File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4141func NewHookController () * HookController {
4242 return & HookController {}
You can’t perform that action at this time.
0 commit comments