Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteTaintsByKey ¶
DeleteTaintsByKey removes all the taints that have the same key to given taintKey
Types ¶
type LeaseDelegatedCounter ¶
type LeaseDelegatedCounter struct {
// contains filtered or unexported fields
}
func NewLeaseDelegatedCounter ¶
func NewLeaseDelegatedCounter() *LeaseDelegatedCounter
func (*LeaseDelegatedCounter) Counter ¶
func (dc *LeaseDelegatedCounter) Counter(name string) int
func (*LeaseDelegatedCounter) Dec ¶
func (dc *LeaseDelegatedCounter) Dec(name string)
func (*LeaseDelegatedCounter) Del ¶
func (dc *LeaseDelegatedCounter) Del(name string)
func (*LeaseDelegatedCounter) Inc ¶
func (dc *LeaseDelegatedCounter) Inc(name string)
func (*LeaseDelegatedCounter) Reset ¶
func (dc *LeaseDelegatedCounter) Reset(name string)
Click to show internal directories.
Click to hide internal directories.