Documentation ¶
Index ¶
- func RegisterEKSClusterConfigGeneratingHandler(ctx context.Context, controller EKSClusterConfigController, apply apply.Apply, ...)
- func RegisterEKSClusterConfigStatusHandler(ctx context.Context, controller EKSClusterConfigController, ...)
- type EKSClusterConfigCache
- type EKSClusterConfigClient
- type EKSClusterConfigController
- type EKSClusterConfigGeneratingHandler
- type EKSClusterConfigStatusHandler
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterEKSClusterConfigGeneratingHandler ¶
func RegisterEKSClusterConfigGeneratingHandler(ctx context.Context, controller EKSClusterConfigController, apply apply.Apply, condition condition.Cond, name string, handler EKSClusterConfigGeneratingHandler, opts *generic.GeneratingHandlerOptions)
func RegisterEKSClusterConfigStatusHandler ¶
func RegisterEKSClusterConfigStatusHandler(ctx context.Context, controller EKSClusterConfigController, condition condition.Cond, name string, handler EKSClusterConfigStatusHandler)
Types ¶
type EKSClusterConfigCache ¶
type EKSClusterConfigCache interface { generic.CacheInterface[*v1.EKSClusterConfig] }
EKSClusterConfigCache interface for retrieving EKSClusterConfig resources in memory.
type EKSClusterConfigClient ¶
type EKSClusterConfigClient interface { generic.ClientInterface[*v1.EKSClusterConfig, *v1.EKSClusterConfigList] }
EKSClusterConfigClient interface for managing EKSClusterConfig resources in Kubernetes.
type EKSClusterConfigController ¶
type EKSClusterConfigController interface { generic.ControllerInterface[*v1.EKSClusterConfig, *v1.EKSClusterConfigList] }
EKSClusterConfigController interface for managing EKSClusterConfig resources.
type EKSClusterConfigGeneratingHandler ¶
type EKSClusterConfigGeneratingHandler func(obj *v1.EKSClusterConfig, status v1.EKSClusterConfigStatus) ([]runtime.Object, v1.EKSClusterConfigStatus, error)
type EKSClusterConfigStatusHandler ¶
type EKSClusterConfigStatusHandler func(obj *v1.EKSClusterConfig, status v1.EKSClusterConfigStatus) (v1.EKSClusterConfigStatus, error)
type Interface ¶
type Interface interface {
EKSClusterConfig() EKSClusterConfigController
}
func New ¶
func New(controllerFactory controller.SharedControllerFactory) Interface
Click to show internal directories.
Click to hide internal directories.