Versions in this module Expand all Collapse all v1 v1.8.2 Oct 1, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.8.1 Sep 15, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.8.0 Sep 11, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.7.0 Jun 16, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.6.0 May 19, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.5.1 May 8, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.5.0 Apr 23, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.4.0 Mar 24, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.3.1 Feb 25, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.3.0 Feb 21, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.2.2 Feb 5, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron Changes in this version + func GetCPUUnit() map[CPUUnitStr]serviceBean.Unit + func GetMemoryUnit() map[MemoryUnitStr]serviceBean.Unit + func GetNoUnit() map[NoUnitStr]serviceBean.Unit + func GetTimeUnit() map[TimeUnitStr]serviceBean.Unit + type CPUUnitStr string + const CORE + const MILLI + func (cpuUnitStr CPUUnitStr) GetUnit() (serviceBean.Unit, bool) + func (cpuUnitStr CPUUnitStr) GetUnitSuffix() UnitType + func (cpuUnitStr CPUUnitStr) String() string + type ConfigValue struct + Unit serviceBean.Unit + Value T + func NewConfigValue[T any](unit serviceBean.Unit, value T) *ConfigValue[T] + func (c *ConfigValue[_]) IsEmpty() bool + type MemoryUnitStr string + const BYTE + const EBYTE + const EIBYTE + const GBYTE + const GIBYTE + const KBYTE + const KIBYTE + const MBYTE + const MIBYTE + const MILLIBYTE + const PBYTE + const PIBYTE + const TBYTE + const TIBYTE + func (memoryUnitStr MemoryUnitStr) GetUnit() (serviceBean.Unit, bool) + func (memoryUnitStr MemoryUnitStr) GetUnitSuffix() UnitType + func (memoryUnitStr MemoryUnitStr) String() string + type NoUnitStr string + const NoUnit + func (noUnitStr NoUnitStr) GetUnit() (serviceBean.Unit, bool) + func (noUnitStr NoUnitStr) GetUnitSuffix() UnitType + func (noUnitStr NoUnitStr) String() string + type ParsedValue struct + func NewParsedValue() *ParsedValue + func (p *ParsedValue) GetUnitType() UnitType + func (p *ParsedValue) GetValueString() string + func (p *ParsedValue) WithUnit(unit UnitType) *ParsedValue + func (p *ParsedValue) WithValueString(value string) *ParsedValue + type TimeUnitStr string + const HourStr + const MinuteStr + const SecondStr + func (timeUnitStr TimeUnitStr) GetUnit() (serviceBean.Unit, bool) + func (timeUnitStr TimeUnitStr) GetUnitSuffix() UnitType + func (timeUnitStr TimeUnitStr) String() string + type UnitType int + const Byte + const Core + const E + const EiByte + const G + const GiByte + const Hour + const K + const KiByte + const M + const MiByte + const Milli + const MilliByte + const Minute + const NoSuffix + const P + const PiByte + const Second + const T + const TiByte + func (unitType UnitType) GetCPUUnitStr() CPUUnitStr + func (unitType UnitType) GetMemoryUnitStr() MemoryUnitStr + func (unitType UnitType) GetNoUnitStr() NoUnitStr + func (unitType UnitType) GetTimeUnitStr() TimeUnitStr