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

Implement resource pruning in k8s plugin #5455

Merged
merged 27 commits into from
Jan 14, 2025

Add v1beta1 version for CronTab and update tests for pruning behavior

40af37c
Select commit
Loading
Failed to load commit list.
Merged

Implement resource pruning in k8s plugin #5455

Add v1beta1 version for CronTab and update tests for pruning behavior
40af37c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 6, 2025 in 0s

41.07% of diff hit (target 26.15%)

View this Pull Request on Codecov

41.07% of diff hit (target 26.15%)

Annotations

Check warning on line 324 in pkg/app/pipedv1/plugin/kubernetes/deployment/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/deployment/server.go#L323-L324

Added lines #L323 - L324 were not covered by tests

Check warning on line 337 in pkg/app/pipedv1/plugin/kubernetes/deployment/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/deployment/server.go#L335-L337

Added lines #L335 - L337 were not covered by tests

Check warning on line 346 in pkg/app/pipedv1/plugin/kubernetes/deployment/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/deployment/server.go#L344-L346

Added lines #L344 - L346 were not covered by tests

Check warning on line 351 in pkg/app/pipedv1/plugin/kubernetes/deployment/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/deployment/server.go#L349-L351

Added lines #L349 - L351 were not covered by tests

Check warning on line 367 in pkg/app/pipedv1/plugin/kubernetes/deployment/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/deployment/server.go#L365-L367

Added lines #L365 - L367 were not covered by tests

Check warning on line 370 in pkg/app/pipedv1/plugin/kubernetes/deployment/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/deployment/server.go#L369-L370

Added lines #L369 - L370 were not covered by tests

Check warning on line 254 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L239-L254

Added lines #L239 - L254 were not covered by tests

Check warning on line 257 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L257

Added line #L257 was not covered by tests

Check warning on line 267 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L263-L267

Added lines #L263 - L267 were not covered by tests

Check warning on line 278 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L269-L278

Added lines #L269 - L278 were not covered by tests

Check warning on line 284 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L281-L284

Added lines #L281 - L284 were not covered by tests

Check warning on line 292 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L286-L292

Added lines #L286 - L292 were not covered by tests

Check warning on line 295 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L295

Added line #L295 was not covered by tests

Check warning on line 321 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L301-L321

Added lines #L301 - L321 were not covered by tests

Check warning on line 327 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L324-L327

Added lines #L324 - L327 were not covered by tests

Check warning on line 335 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L329-L335

Added lines #L329 - L335 were not covered by tests

Check warning on line 338 in pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/kubectl.go#L338

Added line #L338 was not covered by tests

Check warning on line 93 in pkg/app/pipedv1/plugin/kubernetes/provider/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/loader.go#L89-L93

Added lines #L89 - L93 were not covered by tests

Check warning on line 102 in pkg/app/pipedv1/plugin/kubernetes/provider/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/loader.go#L96-L102

Added lines #L96 - L102 were not covered by tests

Check warning on line 107 in pkg/app/pipedv1/plugin/kubernetes/provider/loader.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/loader.go#L107

Added line #L107 was not covered by tests

Check warning on line 63 in pkg/app/pipedv1/plugin/kubernetes/provider/manifest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/manifest.go#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 67 in pkg/app/pipedv1/plugin/kubernetes/provider/manifest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/manifest.go#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 129 in pkg/app/pipedv1/plugin/kubernetes/provider/manifest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/manifest.go#L126-L129

Added lines #L126 - L129 were not covered by tests

Check warning on line 139 in pkg/app/pipedv1/plugin/kubernetes/provider/manifest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/manifest.go#L131-L139

Added lines #L131 - L139 were not covered by tests

Check warning on line 48 in pkg/app/pipedv1/plugin/kubernetes/provider/resource.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/resource.go#L47-L48

Added lines #L47 - L48 were not covered by tests