v2alpha1

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: May 3, 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 CleanupPolicyLister

type CleanupPolicyLister interface {
	// List lists all CleanupPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.CleanupPolicy, err error)
	// CleanupPolicies returns an object that can list and get CleanupPolicies.
	CleanupPolicies(namespace string) CleanupPolicyNamespaceLister
	CleanupPolicyListerExpansion
}

CleanupPolicyLister helps list CleanupPolicies. All objects returned here must be treated as read-only.

func NewCleanupPolicyLister

func NewCleanupPolicyLister(indexer cache.Indexer) CleanupPolicyLister

NewCleanupPolicyLister returns a new CleanupPolicyLister.

type CleanupPolicyListerExpansion

type CleanupPolicyListerExpansion interface{}

CleanupPolicyListerExpansion allows custom methods to be added to CleanupPolicyLister.

type CleanupPolicyNamespaceLister

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

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

type CleanupPolicyNamespaceListerExpansion

type CleanupPolicyNamespaceListerExpansion interface{}

CleanupPolicyNamespaceListerExpansion allows custom methods to be added to CleanupPolicyNamespaceLister.

type ClusterCleanupPolicyLister

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

ClusterCleanupPolicyLister helps list ClusterCleanupPolicies. All objects returned here must be treated as read-only.

func NewClusterCleanupPolicyLister

func NewClusterCleanupPolicyLister(indexer cache.Indexer) ClusterCleanupPolicyLister

NewClusterCleanupPolicyLister returns a new ClusterCleanupPolicyLister.

type ClusterCleanupPolicyListerExpansion

type ClusterCleanupPolicyListerExpansion interface{}

ClusterCleanupPolicyListerExpansion allows custom methods to be added to ClusterCleanupPolicyLister.

type GlobalContextEntryLister added in v1.12.0

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

GlobalContextEntryLister helps list GlobalContextEntries. All objects returned here must be treated as read-only.

func NewGlobalContextEntryLister added in v1.12.0

func NewGlobalContextEntryLister(indexer cache.Indexer) GlobalContextEntryLister

NewGlobalContextEntryLister returns a new GlobalContextEntryLister.

type GlobalContextEntryListerExpansion added in v1.12.0

type GlobalContextEntryListerExpansion interface{}

GlobalContextEntryListerExpansion allows custom methods to be added to GlobalContextEntryLister.

type PolicyExceptionLister

type PolicyExceptionLister interface {
	// List lists all PolicyExceptions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.PolicyException, err error)
	// PolicyExceptions returns an object that can list and get PolicyExceptions.
	PolicyExceptions(namespace string) PolicyExceptionNamespaceLister
	PolicyExceptionListerExpansion
}

PolicyExceptionLister helps list PolicyExceptions. All objects returned here must be treated as read-only.

func NewPolicyExceptionLister

func NewPolicyExceptionLister(indexer cache.Indexer) PolicyExceptionLister

NewPolicyExceptionLister returns a new PolicyExceptionLister.

type PolicyExceptionListerExpansion

type PolicyExceptionListerExpansion interface{}

PolicyExceptionListerExpansion allows custom methods to be added to PolicyExceptionLister.

type PolicyExceptionNamespaceLister

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

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

type PolicyExceptionNamespaceListerExpansion

type PolicyExceptionNamespaceListerExpansion interface{}

PolicyExceptionNamespaceListerExpansion allows custom methods to be added to PolicyExceptionNamespaceLister.

Jump to

Keyboard shortcuts

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