v1alpha2

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: May 3, 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 ClusterPolicyReportLister

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

ClusterPolicyReportLister helps list ClusterPolicyReports. All objects returned here must be treated as read-only.

func NewClusterPolicyReportLister

func NewClusterPolicyReportLister(indexer cache.Indexer) ClusterPolicyReportLister

NewClusterPolicyReportLister returns a new ClusterPolicyReportLister.

type ClusterPolicyReportListerExpansion

type ClusterPolicyReportListerExpansion interface{}

ClusterPolicyReportListerExpansion allows custom methods to be added to ClusterPolicyReportLister.

type PolicyReportLister

type PolicyReportLister interface {
	// List lists all PolicyReports in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha2.PolicyReport, err error)
	// PolicyReports returns an object that can list and get PolicyReports.
	PolicyReports(namespace string) PolicyReportNamespaceLister
	PolicyReportListerExpansion
}

PolicyReportLister helps list PolicyReports. All objects returned here must be treated as read-only.

func NewPolicyReportLister

func NewPolicyReportLister(indexer cache.Indexer) PolicyReportLister

NewPolicyReportLister returns a new PolicyReportLister.

type PolicyReportListerExpansion

type PolicyReportListerExpansion interface{}

PolicyReportListerExpansion allows custom methods to be added to PolicyReportLister.

type PolicyReportNamespaceLister

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

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

type PolicyReportNamespaceListerExpansion

type PolicyReportNamespaceListerExpansion interface{}

PolicyReportNamespaceListerExpansion allows custom methods to be added to PolicyReportNamespaceLister.

Jump to

Keyboard shortcuts

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