nutanix-cloud-native / cluster-api-provider-nutanix

Kubernetes-native declarative infrastructure provider for Nutanix AHV
https://opendocs.nutanix.com/capx/latest/getting_started/
Apache License 2.0
42 stars 22 forks source link

Update kustomization.yaml files #385

Closed thunderboltsid closed 8 months ago

thunderboltsid commented 8 months ago

kustomize has deprecated the older format which our older kustomization files were based on. These were leading to a lot of deprecation warnings.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 19.98%. Comparing base (55e8e38) to head (1027833). Report is 1 commits behind head on jira/krbn-7870.

Files Patch % Lines
controllers/nutanixmachine_controller.go 0.00% 2 Missing :warning:
main.go 0.00% 2 Missing :warning:
pkg/context/context.go 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## jira/krbn-7870 #385 +/- ## ================================================== - Coverage 20.37% 19.98% -0.40% ================================================== Files 17 19 +2 Lines 1212 1281 +69 ================================================== + Hits 247 256 +9 - Misses 965 1025 +60 ```

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

thunderboltsid commented 8 months ago

/hold