v1beta1

package
v0.1.0 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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AviInfraSettingLister

type AviInfraSettingLister interface {
	// List lists all AviInfraSettings in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.AviInfraSetting, err error)
	// Get retrieves the AviInfraSetting from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.AviInfraSetting, error)
	AviInfraSettingListerExpansion
}

AviInfraSettingLister helps list AviInfraSettings. All objects returned here must be treated as read-only.

func NewAviInfraSettingLister

func NewAviInfraSettingLister(indexer cache.Indexer) AviInfraSettingLister

NewAviInfraSettingLister returns a new AviInfraSettingLister.

type AviInfraSettingListerExpansion

type AviInfraSettingListerExpansion interface{}

AviInfraSettingListerExpansion allows custom methods to be added to AviInfraSettingLister.

type HTTPRuleLister

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

HTTPRuleLister helps list HTTPRules. All objects returned here must be treated as read-only.

func NewHTTPRuleLister

func NewHTTPRuleLister(indexer cache.Indexer) HTTPRuleLister

NewHTTPRuleLister returns a new HTTPRuleLister.

type HTTPRuleListerExpansion

type HTTPRuleListerExpansion interface{}

HTTPRuleListerExpansion allows custom methods to be added to HTTPRuleLister.

type HTTPRuleNamespaceLister

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

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

type HTTPRuleNamespaceListerExpansion

type HTTPRuleNamespaceListerExpansion interface{}

HTTPRuleNamespaceListerExpansion allows custom methods to be added to HTTPRuleNamespaceLister.

type HostRuleLister

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

HostRuleLister helps list HostRules. All objects returned here must be treated as read-only.

func NewHostRuleLister

func NewHostRuleLister(indexer cache.Indexer) HostRuleLister

NewHostRuleLister returns a new HostRuleLister.

type HostRuleListerExpansion

type HostRuleListerExpansion interface{}

HostRuleListerExpansion allows custom methods to be added to HostRuleLister.

type HostRuleNamespaceLister

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

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

type HostRuleNamespaceListerExpansion

type HostRuleNamespaceListerExpansion interface{}

HostRuleNamespaceListerExpansion allows custom methods to be added to HostRuleNamespaceLister.

Jump to

Keyboard shortcuts

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