v2beta1

package
v0.0.0-...-b5015ec Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterRuleGroupLister

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

ClusterRuleGroupLister helps list ClusterRuleGroups. All objects returned here must be treated as read-only.

func NewClusterRuleGroupLister

func NewClusterRuleGroupLister(indexer cache.Indexer) ClusterRuleGroupLister

NewClusterRuleGroupLister returns a new ClusterRuleGroupLister.

type ClusterRuleGroupListerExpansion

type ClusterRuleGroupListerExpansion interface{}

ClusterRuleGroupListerExpansion allows custom methods to be added to ClusterRuleGroupLister.

type GlobalRuleGroupLister

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

GlobalRuleGroupLister helps list GlobalRuleGroups. All objects returned here must be treated as read-only.

func NewGlobalRuleGroupLister

func NewGlobalRuleGroupLister(indexer cache.Indexer) GlobalRuleGroupLister

NewGlobalRuleGroupLister returns a new GlobalRuleGroupLister.

type GlobalRuleGroupListerExpansion

type GlobalRuleGroupListerExpansion interface{}

GlobalRuleGroupListerExpansion allows custom methods to be added to GlobalRuleGroupLister.

type RuleGroupLister

type RuleGroupLister interface {
	// List lists all RuleGroups in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2beta1.RuleGroup, err error)
	// RuleGroups returns an object that can list and get RuleGroups.
	RuleGroups(namespace string) RuleGroupNamespaceLister
	RuleGroupListerExpansion
}

RuleGroupLister helps list RuleGroups. All objects returned here must be treated as read-only.

func NewRuleGroupLister

func NewRuleGroupLister(indexer cache.Indexer) RuleGroupLister

NewRuleGroupLister returns a new RuleGroupLister.

type RuleGroupListerExpansion

type RuleGroupListerExpansion interface{}

RuleGroupListerExpansion allows custom methods to be added to RuleGroupLister.

type RuleGroupNamespaceLister

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

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

type RuleGroupNamespaceListerExpansion

type RuleGroupNamespaceListerExpansion interface{}

RuleGroupNamespaceListerExpansion allows custom methods to be added to RuleGroupNamespaceLister.

Jump to

Keyboard shortcuts

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