Documentation ¶
Index ¶
- type DynamicConfigMap
- func (c *DynamicConfigMap) GetBoolean(key string, dflt bool) bool
- func (c *DynamicConfigMap) GetFloat64(key string, dflt float64) float64
- func (c *DynamicConfigMap) GetInt(key string, dflt int) int
- func (c *DynamicConfigMap) GetInt64(key string, dflt int64) int64
- func (c *DynamicConfigMap) GetString(key string, dflt string) string
- func (c *DynamicConfigMap) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicConfigMap ¶
type DynamicConfigMap struct {
// contains filtered or unexported fields
}
func NewDynamicConfigMap ¶
func (*DynamicConfigMap) GetBoolean ¶
func (c *DynamicConfigMap) GetBoolean(key string, dflt bool) bool
func (*DynamicConfigMap) GetFloat64 ¶
func (c *DynamicConfigMap) GetFloat64(key string, dflt float64) float64
func (*DynamicConfigMap) GetInt64 ¶
func (c *DynamicConfigMap) GetInt64(key string, dflt int64) int64
Click to show internal directories.
Click to hide internal directories.