Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add hub leader config controller #2299

Merged

fix: delete configmap if nodepool is removed

892a048
Select commit
Loading
Failed to load commit list.
Merged

feat: add hub leader config controller #2299

fix: delete configmap if nodepool is removed
892a048
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 7, 2025 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 34 in cmd/yurt-manager/app/options/hubleaderconfigcontroller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/hubleaderconfigcontroller.go#L29-L34

Added lines #L29 - L34 were not covered by tests

Check warning on line 41 in cmd/yurt-manager/app/options/hubleaderconfigcontroller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/hubleaderconfigcontroller.go#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 49 in cmd/yurt-manager/app/options/hubleaderconfigcontroller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/hubleaderconfigcontroller.go#L44-L49

Added lines #L44 - L49 were not covered by tests

Check warning on line 55 in cmd/yurt-manager/app/options/hubleaderconfigcontroller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/hubleaderconfigcontroller.go#L53-L55

Added lines #L53 - L55 were not covered by tests

Check warning on line 59 in cmd/yurt-manager/app/options/hubleaderconfigcontroller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/hubleaderconfigcontroller.go#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 61 in cmd/yurt-manager/app/options/hubleaderconfigcontroller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/hubleaderconfigcontroller.go#L61

Added line #L61 was not covered by tests

Check warning on line 67 in cmd/yurt-manager/app/options/hubleaderconfigcontroller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/hubleaderconfigcontroller.go#L65-L67

Added lines #L65 - L67 were not covered by tests

Check warning on line 70 in cmd/yurt-manager/app/options/hubleaderconfigcontroller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/hubleaderconfigcontroller.go#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 54 in cmd/yurt-manager/app/options/options.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/options.go#L54

Added line #L54 was not covered by tests

Check warning on line 56 in cmd/yurt-manager/app/options/options.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/options.go#L56

Added line #L56 was not covered by tests

Check warning on line 77 in cmd/yurt-manager/app/options/options.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/options.go#L77

Added line #L77 was not covered by tests

Check warning on line 106 in cmd/yurt-manager/app/options/options.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/options.go#L106

Added line #L106 was not covered by tests

Check warning on line 134 in cmd/yurt-manager/app/options/options.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/options.go#L134

Added line #L134 was not covered by tests

Check warning on line 204 in cmd/yurt-manager/app/options/options.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/app/options/options.go#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 66 in cmd/yurt-manager/names/controller_names.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/yurt-manager/names/controller_names.go#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 103 in pkg/yurtmanager/controller/base/controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/base/controller.go#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 145 in pkg/yurtmanager/controller/base/controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/base/controller.go#L141-L145

Added lines #L141 - L145 were not covered by tests

Check warning on line 170 in pkg/yurtmanager/controller/base/controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/base/controller.go#L161-L170

Added lines #L161 - L170 were not covered by tests

Check warning on line 54 in pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 59 in pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go#L56-L59

Added lines #L56 - L59 were not covered by tests

Check warning on line 72 in pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go#L63-L72

Added lines #L63 - L72 were not covered by tests

Check warning on line 79 in pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go#L75-L79

Added lines #L75 - L79 were not covered by tests

Check warning on line 83 in pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 91 in pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go#L85-L91

Added lines #L85 - L91 were not covered by tests

Check warning on line 95 in pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/yurtmanager/controller/hubleaderconfig/hubleaderconfig_controller.go#L93-L95

Added lines #L93 - L95 were not covered by tests