v1

package
v2.1.4 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 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 {
	StorageClass() StorageClassController
}

func New

func New(controllerFactory controller.SharedControllerFactory) Interface

type StorageClassCache

type StorageClassCache interface {
	generic.NonNamespacedCacheInterface[*v1.StorageClass]
}

StorageClassCache interface for retrieving StorageClass resources in memory.

type StorageClassClient

type StorageClassClient interface {
	generic.NonNamespacedClientInterface[*v1.StorageClass, *v1.StorageClassList]
}

StorageClassClient interface for managing StorageClass resources in Kubernetes.

type StorageClassController

type StorageClassController interface {
	generic.NonNamespacedControllerInterface[*v1.StorageClass, *v1.StorageClassList]
}

StorageClassController interface for managing StorageClass resources.

Jump to

Keyboard shortcuts

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