Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeaseStore ¶
type LeaseStore struct { // The name of the ConfigMap to write a lease to. Name string // The namespace to write the ConfigMap into. By default, the ConfigMap will // be written to the namespace the active pod resides in. Namespace string Client kubernetes.Interface }
func New ¶
func New() (*LeaseStore, error)
Click to show internal directories.
Click to hide internal directories.