v1

package
v0.8.8 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

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