Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In the admission controller we have a tri-state that uses an integer as the underlying values. We should move to a iota that represents the same three values for clarity:
type triState int const ( UNSET triState = iota - 1 FALSE TRUE )
Replace all the coded values with the triState values, store the triState and return it from function calls.
Attachments
Issue Links
- is related to
-
YUNIKORN-1647 Dynamic namespace support in Admission controller
-
- Closed
-
- links to