Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
TestType() TestTypeController
TestTypeOther() TestTypeOtherController
}
func New ¶
func New(controllerFactory controller.SharedControllerFactory) Interface
type TestTypeCache ¶
type TestTypeCache interface {
generic.CacheInterface[*v1.TestType]
}
TestTypeCache interface for retrieving TestType resources in memory.
type TestTypeClient ¶
type TestTypeClient interface {
generic.ClientInterface[*v1.TestType, *v1.TestTypeList]
}
TestTypeClient interface for managing TestType resources in Kubernetes.
type TestTypeController ¶
type TestTypeController interface {
generic.ControllerInterface[*v1.TestType, *v1.TestTypeList]
}
TestTypeController interface for managing TestType resources.
type TestTypeOtherCache ¶
type TestTypeOtherCache interface {
generic.CacheInterface[*v1.TestTypeOther]
}
TestTypeOtherCache interface for retrieving TestTypeOther resources in memory.
type TestTypeOtherClient ¶
type TestTypeOtherClient interface {
generic.ClientInterface[*v1.TestTypeOther, *v1.TestTypeOtherList]
}
TestTypeOtherClient interface for managing TestTypeOther resources in Kubernetes.
type TestTypeOtherController ¶
type TestTypeOtherController interface {
generic.ControllerInterface[*v1.TestTypeOther, *v1.TestTypeOtherList]
}
TestTypeOtherController interface for managing TestTypeOther resources.
Click to show internal directories.
Click to hide internal directories.