Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
Lease() LeaseController
}
func New ¶
func New(controllerFactory controller.SharedControllerFactory) Interface
type LeaseCache ¶
type LeaseCache interface { generic.CacheInterface[*v1.Lease] }
LeaseCache interface for retrieving Lease resources in memory.
type LeaseClient ¶
LeaseClient interface for managing Lease resources in Kubernetes.
type LeaseController ¶
LeaseController interface for managing Lease resources.
Click to show internal directories.
Click to hide internal directories.