v1alpha1

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2021 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.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterPolicyReport, err error)
	// Get retrieves the ClusterPolicyReport from the index for a given name.
	Get(name string) (*v1alpha1.ClusterPolicyReport, error)
	ClusterPolicyReportListerExpansion
}

ClusterPolicyReportLister helps list ClusterPolicyReports.

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.
	List(selector labels.Selector) (ret []*v1alpha1.PolicyReport, err error)
	// PolicyReports returns an object that can list and get PolicyReports.
	PolicyReports(namespace string) PolicyReportNamespaceLister
	PolicyReportListerExpansion
}

PolicyReportLister helps list PolicyReports.

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.
	List(selector labels.Selector) (ret []*v1alpha1.PolicyReport, err error)
	// Get retrieves the PolicyReport from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.PolicyReport, error)
	PolicyReportNamespaceListerExpansion
}

PolicyReportNamespaceLister helps list and get PolicyReports.

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