v1alpha1

package
v0.0.0-...-435c516 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: AGPL-3.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 PolicyBindingLister

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

PolicyBindingLister helps list PolicyBindings. All objects returned here must be treated as read-only.

func NewPolicyBindingLister

func NewPolicyBindingLister(indexer cache.Indexer) PolicyBindingLister

NewPolicyBindingLister returns a new PolicyBindingLister.

type PolicyBindingListerExpansion

type PolicyBindingListerExpansion interface{}

PolicyBindingListerExpansion allows custom methods to be added to PolicyBindingLister.

type PolicyBindingNamespaceLister

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

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

type PolicyBindingNamespaceListerExpansion

type PolicyBindingNamespaceListerExpansion interface{}

PolicyBindingNamespaceListerExpansion allows custom methods to be added to PolicyBindingNamespaceLister.

Jump to

Keyboard shortcuts

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