-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use strings instead of float64s
Convert the Upstream health threshold and Target createdat values from float64 to string. Use of float64 doesn't allow controller-gen to automate manifests from these types, and using string instead is the typical approach in other projects: kubernetes-sigs/controller-tools#245
- Loading branch information
Travis Raines
committed
Feb 6, 2021
1 parent
4bee72f
commit afb9f3b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters