v1alpha1

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterResourceBindingLister

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

ClusterResourceBindingLister helps list ClusterResourceBindings. All objects returned here must be treated as read-only.

func NewClusterResourceBindingLister

func NewClusterResourceBindingLister(indexer cache.Indexer) ClusterResourceBindingLister

NewClusterResourceBindingLister returns a new ClusterResourceBindingLister.

type ClusterResourceBindingListerExpansion

type ClusterResourceBindingListerExpansion interface{}

ClusterResourceBindingListerExpansion allows custom methods to be added to ClusterResourceBindingLister.

type ResourceBindingLister

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

ResourceBindingLister helps list ResourceBindings. All objects returned here must be treated as read-only.

func NewResourceBindingLister

func NewResourceBindingLister(indexer cache.Indexer) ResourceBindingLister

NewResourceBindingLister returns a new ResourceBindingLister.

type ResourceBindingListerExpansion

type ResourceBindingListerExpansion interface{}

ResourceBindingListerExpansion allows custom methods to be added to ResourceBindingLister.

type ResourceBindingNamespaceLister

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

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

type ResourceBindingNamespaceListerExpansion

type ResourceBindingNamespaceListerExpansion interface{}

ResourceBindingNamespaceListerExpansion allows custom methods to be added to ResourceBindingNamespaceLister.

type WorkLister

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

WorkLister helps list Works. All objects returned here must be treated as read-only.

func NewWorkLister

func NewWorkLister(indexer cache.Indexer) WorkLister

NewWorkLister returns a new WorkLister.

type WorkListerExpansion

type WorkListerExpansion interface{}

WorkListerExpansion allows custom methods to be added to WorkLister.

type WorkNamespaceLister

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

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

type WorkNamespaceListerExpansion

type WorkNamespaceListerExpansion interface{}

WorkNamespaceListerExpansion allows custom methods to be added to WorkNamespaceLister.

Jump to

Keyboard shortcuts

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