v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 PrincipalAssociationLister

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

PrincipalAssociationLister helps list PrincipalAssociations. All objects returned here must be treated as read-only.

func NewPrincipalAssociationLister

func NewPrincipalAssociationLister(indexer cache.Indexer) PrincipalAssociationLister

NewPrincipalAssociationLister returns a new PrincipalAssociationLister.

type PrincipalAssociationListerExpansion

type PrincipalAssociationListerExpansion interface{}

PrincipalAssociationListerExpansion allows custom methods to be added to PrincipalAssociationLister.

type PrincipalAssociationNamespaceLister

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

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

type PrincipalAssociationNamespaceListerExpansion

type PrincipalAssociationNamespaceListerExpansion interface{}

PrincipalAssociationNamespaceListerExpansion allows custom methods to be added to PrincipalAssociationNamespaceLister.

type ResourceAssociationLister

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

ResourceAssociationLister helps list ResourceAssociations. All objects returned here must be treated as read-only.

func NewResourceAssociationLister

func NewResourceAssociationLister(indexer cache.Indexer) ResourceAssociationLister

NewResourceAssociationLister returns a new ResourceAssociationLister.

type ResourceAssociationListerExpansion

type ResourceAssociationListerExpansion interface{}

ResourceAssociationListerExpansion allows custom methods to be added to ResourceAssociationLister.

type ResourceAssociationNamespaceLister

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

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

type ResourceAssociationNamespaceListerExpansion

type ResourceAssociationNamespaceListerExpansion interface{}

ResourceAssociationNamespaceListerExpansion allows custom methods to be added to ResourceAssociationNamespaceLister.

type ResourceShareAccepterLister

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

ResourceShareAccepterLister helps list ResourceShareAccepters. All objects returned here must be treated as read-only.

func NewResourceShareAccepterLister

func NewResourceShareAccepterLister(indexer cache.Indexer) ResourceShareAccepterLister

NewResourceShareAccepterLister returns a new ResourceShareAccepterLister.

type ResourceShareAccepterListerExpansion

type ResourceShareAccepterListerExpansion interface{}

ResourceShareAccepterListerExpansion allows custom methods to be added to ResourceShareAccepterLister.

type ResourceShareAccepterNamespaceLister

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

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

type ResourceShareAccepterNamespaceListerExpansion

type ResourceShareAccepterNamespaceListerExpansion interface{}

ResourceShareAccepterNamespaceListerExpansion allows custom methods to be added to ResourceShareAccepterNamespaceLister.

type ResourceShareLister

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

ResourceShareLister helps list ResourceShares. All objects returned here must be treated as read-only.

func NewResourceShareLister

func NewResourceShareLister(indexer cache.Indexer) ResourceShareLister

NewResourceShareLister returns a new ResourceShareLister.

type ResourceShareListerExpansion

type ResourceShareListerExpansion interface{}

ResourceShareListerExpansion allows custom methods to be added to ResourceShareLister.

type ResourceShareNamespaceLister

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

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

type ResourceShareNamespaceListerExpansion

type ResourceShareNamespaceListerExpansion interface{}

ResourceShareNamespaceListerExpansion allows custom methods to be added to ResourceShareNamespaceLister.

Jump to

Keyboard shortcuts

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