v1alpha1

package
v0.0.0-...-b330ef7 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DcreaterLister

type DcreaterLister interface {
	// List lists all Dcreaters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Dcreater, err error)
	// Dcreaters returns an object that can list and get Dcreaters.
	Dcreaters(namespace string) DcreaterNamespaceLister
	DcreaterListerExpansion
}

DcreaterLister helps list Dcreaters.

func NewDcreaterLister

func NewDcreaterLister(indexer cache.Indexer) DcreaterLister

NewDcreaterLister returns a new DcreaterLister.

type DcreaterListerExpansion

type DcreaterListerExpansion interface{}

DcreaterListerExpansion allows custom methods to be added to DcreaterLister.

type DcreaterNamespaceLister

type DcreaterNamespaceLister interface {
	// List lists all Dcreaters in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Dcreater, err error)
	// Get retrieves the Dcreater from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Dcreater, error)
	DcreaterNamespaceListerExpansion
}

DcreaterNamespaceLister helps list and get Dcreaters.

type DcreaterNamespaceListerExpansion

type DcreaterNamespaceListerExpansion interface{}

DcreaterNamespaceListerExpansion allows custom methods to be added to DcreaterNamespaceLister.

Jump to

Keyboard shortcuts

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