v1alpha1

package
v1.17.0-beta.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 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 ServiceAccountAccessLister

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

ServiceAccountAccessLister helps list ServiceAccountAccesses. All objects returned here must be treated as read-only.

func NewServiceAccountAccessLister

func NewServiceAccountAccessLister(indexer cache.Indexer) ServiceAccountAccessLister

NewServiceAccountAccessLister returns a new ServiceAccountAccessLister.

type ServiceAccountAccessListerExpansion

type ServiceAccountAccessListerExpansion interface{}

ServiceAccountAccessListerExpansion allows custom methods to be added to ServiceAccountAccessLister.

type ServiceAccountAccessNamespaceLister

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

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

type ServiceAccountAccessNamespaceListerExpansion

type ServiceAccountAccessNamespaceListerExpansion interface{}

ServiceAccountAccessNamespaceListerExpansion allows custom methods to be added to ServiceAccountAccessNamespaceLister.

Jump to

Keyboard shortcuts

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