Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReadIntRequest ¶ added in v0.13.0
type ReadIntRequest struct { // Key in the configmap to read. Key string // Field is the int field to set. Field *int // DefaultValue is the default value to use if Key doesn't exist. DefaultValue int }
ReadIntRequest specifies the key to read from a configmap. Its value is set to the Field.
Click to show internal directories.
Click to hide internal directories.