Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ParseWithSuffix ¶
func ToStringWithSuffix ¶
Types ¶
type ByteQuantity ¶
type ByteQuantity uint64
func ByteQuantityFromString ¶
func ByteQuantityFromString(sval string) (ByteQuantity, error)
func (*ByteQuantity) StringWithSuffix ¶
func (u *ByteQuantity) StringWithSuffix(suffix string) string
func (*ByteQuantity) UnmarshalYAML ¶
func (u *ByteQuantity) UnmarshalYAML(node *yaml.Node) error
type MemoryQuantity ¶
type MemoryQuantity uint64
func MemoryQuantityFromString ¶
func MemoryQuantityFromString(sval string) (MemoryQuantity, error)
func (*MemoryQuantity) StringWithSuffix ¶
func (u *MemoryQuantity) StringWithSuffix(suffix string) string
func (*MemoryQuantity) UnmarshalYAML ¶
func (u *MemoryQuantity) UnmarshalYAML(node *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.