v1alpha1

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalTrafficPolicyLister

type GlobalTrafficPolicyLister interface {
	// List lists all GlobalTrafficPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.GlobalTrafficPolicy, err error)
	// GlobalTrafficPolicies returns an object that can list and get GlobalTrafficPolicies.
	GlobalTrafficPolicies(namespace string) GlobalTrafficPolicyNamespaceLister
	GlobalTrafficPolicyListerExpansion
}

GlobalTrafficPolicyLister helps list GlobalTrafficPolicies. All objects returned here must be treated as read-only.

func NewGlobalTrafficPolicyLister

func NewGlobalTrafficPolicyLister(indexer cache.Indexer) GlobalTrafficPolicyLister

NewGlobalTrafficPolicyLister returns a new GlobalTrafficPolicyLister.

type GlobalTrafficPolicyListerExpansion

type GlobalTrafficPolicyListerExpansion interface{}

GlobalTrafficPolicyListerExpansion allows custom methods to be added to GlobalTrafficPolicyLister.

type GlobalTrafficPolicyNamespaceLister

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

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

type GlobalTrafficPolicyNamespaceListerExpansion

type GlobalTrafficPolicyNamespaceListerExpansion interface{}

GlobalTrafficPolicyNamespaceListerExpansion allows custom methods to be added to GlobalTrafficPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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