v1

package
v0.0.0-...-88519db Latest Latest
Warning

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

Go to latest
Published: May 29, 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 SentryProjectLister

type SentryProjectLister interface {
	// List lists all SentryProjects in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SentryProject, err error)
	// SentryProjects returns an object that can list and get SentryProjects.
	SentryProjects(namespace string) SentryProjectNamespaceLister
	SentryProjectListerExpansion
}

SentryProjectLister helps list SentryProjects. All objects returned here must be treated as read-only.

func NewSentryProjectLister

func NewSentryProjectLister(indexer cache.Indexer) SentryProjectLister

NewSentryProjectLister returns a new SentryProjectLister.

type SentryProjectListerExpansion

type SentryProjectListerExpansion interface{}

SentryProjectListerExpansion allows custom methods to be added to SentryProjectLister.

type SentryProjectNamespaceLister

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

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

type SentryProjectNamespaceListerExpansion

type SentryProjectNamespaceListerExpansion interface{}

SentryProjectNamespaceListerExpansion allows custom methods to be added to SentryProjectNamespaceLister.

Jump to

Keyboard shortcuts

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