v2

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 AdmissionReportLister

type AdmissionReportLister interface {
	// List lists all AdmissionReports in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.AdmissionReport, err error)
	// AdmissionReports returns an object that can list and get AdmissionReports.
	AdmissionReports(namespace string) AdmissionReportNamespaceLister
	AdmissionReportListerExpansion
}

AdmissionReportLister helps list AdmissionReports. All objects returned here must be treated as read-only.

func NewAdmissionReportLister

func NewAdmissionReportLister(indexer cache.Indexer) AdmissionReportLister

NewAdmissionReportLister returns a new AdmissionReportLister.

type AdmissionReportListerExpansion

type AdmissionReportListerExpansion interface{}

AdmissionReportListerExpansion allows custom methods to be added to AdmissionReportLister.

type AdmissionReportNamespaceLister

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

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

type AdmissionReportNamespaceListerExpansion

type AdmissionReportNamespaceListerExpansion interface{}

AdmissionReportNamespaceListerExpansion allows custom methods to be added to AdmissionReportNamespaceLister.

type BackgroundScanReportLister

type BackgroundScanReportLister interface {
	// List lists all BackgroundScanReports in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.BackgroundScanReport, err error)
	// BackgroundScanReports returns an object that can list and get BackgroundScanReports.
	BackgroundScanReports(namespace string) BackgroundScanReportNamespaceLister
	BackgroundScanReportListerExpansion
}

BackgroundScanReportLister helps list BackgroundScanReports. All objects returned here must be treated as read-only.

func NewBackgroundScanReportLister

func NewBackgroundScanReportLister(indexer cache.Indexer) BackgroundScanReportLister

NewBackgroundScanReportLister returns a new BackgroundScanReportLister.

type BackgroundScanReportListerExpansion

type BackgroundScanReportListerExpansion interface{}

BackgroundScanReportListerExpansion allows custom methods to be added to BackgroundScanReportLister.

type BackgroundScanReportNamespaceLister

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

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

type BackgroundScanReportNamespaceListerExpansion

type BackgroundScanReportNamespaceListerExpansion interface{}

BackgroundScanReportNamespaceListerExpansion allows custom methods to be added to BackgroundScanReportNamespaceLister.

type CleanupPolicyLister

type CleanupPolicyLister interface {
	// List lists all CleanupPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.CleanupPolicy, err error)
	// CleanupPolicies returns an object that can list and get CleanupPolicies.
	CleanupPolicies(namespace string) CleanupPolicyNamespaceLister
	CleanupPolicyListerExpansion
}

CleanupPolicyLister helps list CleanupPolicies. All objects returned here must be treated as read-only.

func NewCleanupPolicyLister

func NewCleanupPolicyLister(indexer cache.Indexer) CleanupPolicyLister

NewCleanupPolicyLister returns a new CleanupPolicyLister.

type CleanupPolicyListerExpansion

type CleanupPolicyListerExpansion interface{}

CleanupPolicyListerExpansion allows custom methods to be added to CleanupPolicyLister.

type CleanupPolicyNamespaceLister

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

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

type CleanupPolicyNamespaceListerExpansion

type CleanupPolicyNamespaceListerExpansion interface{}

CleanupPolicyNamespaceListerExpansion allows custom methods to be added to CleanupPolicyNamespaceLister.

type ClusterAdmissionReportLister

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

ClusterAdmissionReportLister helps list ClusterAdmissionReports. All objects returned here must be treated as read-only.

func NewClusterAdmissionReportLister

func NewClusterAdmissionReportLister(indexer cache.Indexer) ClusterAdmissionReportLister

NewClusterAdmissionReportLister returns a new ClusterAdmissionReportLister.

type ClusterAdmissionReportListerExpansion

type ClusterAdmissionReportListerExpansion interface{}

ClusterAdmissionReportListerExpansion allows custom methods to be added to ClusterAdmissionReportLister.

type ClusterBackgroundScanReportLister

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

ClusterBackgroundScanReportLister helps list ClusterBackgroundScanReports. All objects returned here must be treated as read-only.

func NewClusterBackgroundScanReportLister

func NewClusterBackgroundScanReportLister(indexer cache.Indexer) ClusterBackgroundScanReportLister

NewClusterBackgroundScanReportLister returns a new ClusterBackgroundScanReportLister.

type ClusterBackgroundScanReportListerExpansion

type ClusterBackgroundScanReportListerExpansion interface{}

ClusterBackgroundScanReportListerExpansion allows custom methods to be added to ClusterBackgroundScanReportLister.

type ClusterCleanupPolicyLister

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

ClusterCleanupPolicyLister helps list ClusterCleanupPolicies. All objects returned here must be treated as read-only.

func NewClusterCleanupPolicyLister

func NewClusterCleanupPolicyLister(indexer cache.Indexer) ClusterCleanupPolicyLister

NewClusterCleanupPolicyLister returns a new ClusterCleanupPolicyLister.

type ClusterCleanupPolicyListerExpansion

type ClusterCleanupPolicyListerExpansion interface{}

ClusterCleanupPolicyListerExpansion allows custom methods to be added to ClusterCleanupPolicyLister.

type PolicyExceptionLister

type PolicyExceptionLister interface {
	// List lists all PolicyExceptions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.PolicyException, err error)
	// PolicyExceptions returns an object that can list and get PolicyExceptions.
	PolicyExceptions(namespace string) PolicyExceptionNamespaceLister
	PolicyExceptionListerExpansion
}

PolicyExceptionLister helps list PolicyExceptions. All objects returned here must be treated as read-only.

func NewPolicyExceptionLister

func NewPolicyExceptionLister(indexer cache.Indexer) PolicyExceptionLister

NewPolicyExceptionLister returns a new PolicyExceptionLister.

type PolicyExceptionListerExpansion

type PolicyExceptionListerExpansion interface{}

PolicyExceptionListerExpansion allows custom methods to be added to PolicyExceptionLister.

type PolicyExceptionNamespaceLister

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

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

type PolicyExceptionNamespaceListerExpansion

type PolicyExceptionNamespaceListerExpansion interface{}

PolicyExceptionNamespaceListerExpansion allows custom methods to be added to PolicyExceptionNamespaceLister.

type UpdateRequestLister

type UpdateRequestLister interface {
	// List lists all UpdateRequests in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.UpdateRequest, err error)
	// UpdateRequests returns an object that can list and get UpdateRequests.
	UpdateRequests(namespace string) UpdateRequestNamespaceLister
	UpdateRequestListerExpansion
}

UpdateRequestLister helps list UpdateRequests. All objects returned here must be treated as read-only.

func NewUpdateRequestLister

func NewUpdateRequestLister(indexer cache.Indexer) UpdateRequestLister

NewUpdateRequestLister returns a new UpdateRequestLister.

type UpdateRequestListerExpansion

type UpdateRequestListerExpansion interface{}

UpdateRequestListerExpansion allows custom methods to be added to UpdateRequestLister.

type UpdateRequestNamespaceLister

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

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

type UpdateRequestNamespaceListerExpansion

type UpdateRequestNamespaceListerExpansion interface{}

UpdateRequestNamespaceListerExpansion allows custom methods to be added to UpdateRequestNamespaceLister.

Jump to

Keyboard shortcuts

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