v1

package
v1.4.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL