v1alpha1

package
v0.42.4 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 4 Imported by: 92

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventPolicyLister added in v0.42.0

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

EventPolicyLister helps list EventPolicies. All objects returned here must be treated as read-only.

func NewEventPolicyLister added in v0.42.0

func NewEventPolicyLister(indexer cache.Indexer) EventPolicyLister

NewEventPolicyLister returns a new EventPolicyLister.

type EventPolicyListerExpansion added in v0.42.0

type EventPolicyListerExpansion interface{}

EventPolicyListerExpansion allows custom methods to be added to EventPolicyLister.

type EventPolicyNamespaceLister added in v0.42.0

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

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

type EventPolicyNamespaceListerExpansion added in v0.42.0

type EventPolicyNamespaceListerExpansion interface{}

EventPolicyNamespaceListerExpansion allows custom methods to be added to EventPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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