Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NodeLeasesDeletedCounter = prometheus.NewCounterVec( prometheus.CounterOpts{ Namespace: metrics.Namespace, Subsystem: metrics.NodeSubsystem, Name: "leases_deleted", Help: "Number of deleted leaked leases.", }, []string{}, ) )
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller for the resource
func NewController ¶
func NewController(kubeClient client.Client) *Controller
NewController is a constructor
Click to show internal directories.
Click to hide internal directories.