v1

package
v0.0.0-...-c818604 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2024 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TargetLister

type TargetLister interface {
	// List lists all Targets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Target, err error)
	// Targets returns an object that can list and get Targets.
	Targets(namespace string) TargetNamespaceLister
	TargetListerExpansion
}

TargetLister helps list Targets. All objects returned here must be treated as read-only.

func NewTargetLister

func NewTargetLister(indexer cache.Indexer) TargetLister

NewTargetLister returns a new TargetLister.

type TargetListerExpansion

type TargetListerExpansion interface{}

TargetListerExpansion allows custom methods to be added to TargetLister.

type TargetNamespaceLister

type TargetNamespaceLister interface {
	// List lists all Targets in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Target, err error)
	// Get retrieves the Target from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.Target, error)
	TargetNamespaceListerExpansion
}

TargetNamespaceLister helps list and get Targets. All objects returned here must be treated as read-only.

type TargetNamespaceListerExpansion

type TargetNamespaceListerExpansion interface{}

TargetNamespaceListerExpansion allows custom methods to be added to TargetNamespaceLister.

Jump to

Keyboard shortcuts

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