v1beta1

package
v0.0.16 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 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 FRRConfigurationLister

type FRRConfigurationLister interface {
	// List lists all FRRConfigurations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.FRRConfiguration, err error)
	// FRRConfigurations returns an object that can list and get FRRConfigurations.
	FRRConfigurations(namespace string) FRRConfigurationNamespaceLister
	FRRConfigurationListerExpansion
}

FRRConfigurationLister helps list FRRConfigurations. All objects returned here must be treated as read-only.

func NewFRRConfigurationLister

func NewFRRConfigurationLister(indexer cache.Indexer) FRRConfigurationLister

NewFRRConfigurationLister returns a new FRRConfigurationLister.

type FRRConfigurationListerExpansion

type FRRConfigurationListerExpansion interface{}

FRRConfigurationListerExpansion allows custom methods to be added to FRRConfigurationLister.

type FRRConfigurationNamespaceLister

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

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

type FRRConfigurationNamespaceListerExpansion

type FRRConfigurationNamespaceListerExpansion interface{}

FRRConfigurationNamespaceListerExpansion allows custom methods to be added to FRRConfigurationNamespaceLister.

Jump to

Keyboard shortcuts

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