caddyserver / ingress

WIP Caddy 2 ingress controller for Kubernetes
Apache License 2.0
649 stars 69 forks source link

chore: replace depreacted function ioutil.WriteFile with os.WriteFile #225

Closed mavimo closed 5 months ago

mavimo commented 5 months ago

Replace the ioutil.WriteFile deprecated function, see https://pkg.go.dev/io/ioutil#WriteFile for more details.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 18.90%. Comparing base (499f069) to head (b6a09cd).

Files Patch % Lines
internal/controller/action_tls.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #225 +/- ## ======================================= Coverage 18.90% 18.90% ======================================= Files 30 30 Lines 1063 1063 ======================================= Hits 201 201 Misses 861 861 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.