v1alpha1

package
v1.0.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2023 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 ClusterRoleRequestLister

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

ClusterRoleRequestLister helps list ClusterRoleRequests. All objects returned here must be treated as read-only.

func NewClusterRoleRequestLister

func NewClusterRoleRequestLister(indexer cache.Indexer) ClusterRoleRequestLister

NewClusterRoleRequestLister returns a new ClusterRoleRequestLister.

type ClusterRoleRequestListerExpansion

type ClusterRoleRequestListerExpansion interface{}

ClusterRoleRequestListerExpansion allows custom methods to be added to ClusterRoleRequestLister.

type RoleRequestLister

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

RoleRequestLister helps list RoleRequests. All objects returned here must be treated as read-only.

func NewRoleRequestLister

func NewRoleRequestLister(indexer cache.Indexer) RoleRequestLister

NewRoleRequestLister returns a new RoleRequestLister.

type RoleRequestListerExpansion

type RoleRequestListerExpansion interface{}

RoleRequestListerExpansion allows custom methods to be added to RoleRequestLister.

type RoleRequestNamespaceLister

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

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

type RoleRequestNamespaceListerExpansion

type RoleRequestNamespaceListerExpansion interface{}

RoleRequestNamespaceListerExpansion allows custom methods to be added to RoleRequestNamespaceLister.

type TenantRequestLister

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

TenantRequestLister helps list TenantRequests. All objects returned here must be treated as read-only.

func NewTenantRequestLister

func NewTenantRequestLister(indexer cache.Indexer) TenantRequestLister

NewTenantRequestLister returns a new TenantRequestLister.

type TenantRequestListerExpansion

type TenantRequestListerExpansion interface{}

TenantRequestListerExpansion allows custom methods to be added to TenantRequestLister.

Jump to

Keyboard shortcuts

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