v1

package
v1.3.0-rc2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterGKEClusterConfigGeneratingHandler

func RegisterGKEClusterConfigGeneratingHandler(ctx context.Context, controller GKEClusterConfigController, apply apply.Apply,
	condition condition.Cond, name string, handler GKEClusterConfigGeneratingHandler, opts *generic.GeneratingHandlerOptions)

func RegisterGKEClusterConfigStatusHandler

func RegisterGKEClusterConfigStatusHandler(ctx context.Context, controller GKEClusterConfigController, condition condition.Cond, name string, handler GKEClusterConfigStatusHandler)

Types

type GKEClusterConfigCache

type GKEClusterConfigCache interface {
	generic.CacheInterface[*v1.GKEClusterConfig]
}

GKEClusterConfigCache interface for retrieving GKEClusterConfig resources in memory.

type GKEClusterConfigClient

type GKEClusterConfigClient interface {
	generic.ClientInterface[*v1.GKEClusterConfig, *v1.GKEClusterConfigList]
}

GKEClusterConfigClient interface for managing GKEClusterConfig resources in Kubernetes.

type GKEClusterConfigController

type GKEClusterConfigController interface {
	generic.ControllerInterface[*v1.GKEClusterConfig, *v1.GKEClusterConfigList]
}

GKEClusterConfigController interface for managing GKEClusterConfig resources.

type GKEClusterConfigGeneratingHandler

type GKEClusterConfigGeneratingHandler func(obj *v1.GKEClusterConfig, status v1.GKEClusterConfigStatus) ([]runtime.Object, v1.GKEClusterConfigStatus, error)

type GKEClusterConfigStatusHandler

type GKEClusterConfigStatusHandler func(obj *v1.GKEClusterConfig, status v1.GKEClusterConfigStatus) (v1.GKEClusterConfigStatus, error)

type Interface

type Interface interface {
	GKEClusterConfig() GKEClusterConfigController
}

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