v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2021 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 NamespaceLister

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

NamespaceLister helps list Namespaces. All objects returned here must be treated as read-only.

func NewNamespaceLister

func NewNamespaceLister(indexer cache.Indexer) NamespaceLister

NewNamespaceLister returns a new NamespaceLister.

type NamespaceListerExpansion

type NamespaceListerExpansion interface{}

NamespaceListerExpansion allows custom methods to be added to NamespaceLister.

type NamespaceNamespaceLister

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

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

type NamespaceNamespaceListerExpansion

type NamespaceNamespaceListerExpansion interface{}

NamespaceNamespaceListerExpansion allows custom methods to be added to NamespaceNamespaceLister.

type RetentionPolicyLister

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

RetentionPolicyLister helps list RetentionPolicies. All objects returned here must be treated as read-only.

func NewRetentionPolicyLister

func NewRetentionPolicyLister(indexer cache.Indexer) RetentionPolicyLister

NewRetentionPolicyLister returns a new RetentionPolicyLister.

type RetentionPolicyListerExpansion

type RetentionPolicyListerExpansion interface{}

RetentionPolicyListerExpansion allows custom methods to be added to RetentionPolicyLister.

type RetentionPolicyNamespaceLister

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

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

type RetentionPolicyNamespaceListerExpansion

type RetentionPolicyNamespaceListerExpansion interface{}

RetentionPolicyNamespaceListerExpansion allows custom methods to be added to RetentionPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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