v1alpha1

package
v0.1.0-rc Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2022 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 ClusterComplianceDetailReportLister

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

ClusterComplianceDetailReportLister helps list ClusterComplianceDetailReports. All objects returned here must be treated as read-only.

func NewClusterComplianceDetailReportLister

func NewClusterComplianceDetailReportLister(indexer cache.Indexer) ClusterComplianceDetailReportLister

NewClusterComplianceDetailReportLister returns a new ClusterComplianceDetailReportLister.

type ClusterComplianceDetailReportListerExpansion

type ClusterComplianceDetailReportListerExpansion interface{}

ClusterComplianceDetailReportListerExpansion allows custom methods to be added to ClusterComplianceDetailReportLister.

type ClusterComplianceDetailReportNamespaceLister

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

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

type ClusterComplianceDetailReportNamespaceListerExpansion

type ClusterComplianceDetailReportNamespaceListerExpansion interface{}

ClusterComplianceDetailReportNamespaceListerExpansion allows custom methods to be added to ClusterComplianceDetailReportNamespaceLister.

type ClusterComplianceReportLister

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

ClusterComplianceReportLister helps list ClusterComplianceReports. All objects returned here must be treated as read-only.

func NewClusterComplianceReportLister

func NewClusterComplianceReportLister(indexer cache.Indexer) ClusterComplianceReportLister

NewClusterComplianceReportLister returns a new ClusterComplianceReportLister.

type ClusterComplianceReportListerExpansion

type ClusterComplianceReportListerExpansion interface{}

ClusterComplianceReportListerExpansion allows custom methods to be added to ClusterComplianceReportLister.

type ClusterComplianceReportNamespaceLister

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

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

type ClusterComplianceReportNamespaceListerExpansion

type ClusterComplianceReportNamespaceListerExpansion interface{}

ClusterComplianceReportNamespaceListerExpansion allows custom methods to be added to ClusterComplianceReportNamespaceLister.

type ClusterConfigAuditReportLister

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

ClusterConfigAuditReportLister helps list ClusterConfigAuditReports. All objects returned here must be treated as read-only.

func NewClusterConfigAuditReportLister

func NewClusterConfigAuditReportLister(indexer cache.Indexer) ClusterConfigAuditReportLister

NewClusterConfigAuditReportLister returns a new ClusterConfigAuditReportLister.

type ClusterConfigAuditReportListerExpansion

type ClusterConfigAuditReportListerExpansion interface{}

ClusterConfigAuditReportListerExpansion allows custom methods to be added to ClusterConfigAuditReportLister.

type ConfigAuditReportLister

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

ConfigAuditReportLister helps list ConfigAuditReports. All objects returned here must be treated as read-only.

func NewConfigAuditReportLister

func NewConfigAuditReportLister(indexer cache.Indexer) ConfigAuditReportLister

NewConfigAuditReportLister returns a new ConfigAuditReportLister.

type ConfigAuditReportListerExpansion

type ConfigAuditReportListerExpansion interface{}

ConfigAuditReportListerExpansion allows custom methods to be added to ConfigAuditReportLister.

type ConfigAuditReportNamespaceLister

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

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

type ConfigAuditReportNamespaceListerExpansion

type ConfigAuditReportNamespaceListerExpansion interface{}

ConfigAuditReportNamespaceListerExpansion allows custom methods to be added to ConfigAuditReportNamespaceLister.

type ExposedSecretReportLister added in v0.1.0

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

ExposedSecretReportLister helps list ExposedSecretReports. All objects returned here must be treated as read-only.

func NewExposedSecretReportLister added in v0.1.0

func NewExposedSecretReportLister(indexer cache.Indexer) ExposedSecretReportLister

NewExposedSecretReportLister returns a new ExposedSecretReportLister.

type ExposedSecretReportListerExpansion added in v0.1.0

type ExposedSecretReportListerExpansion interface{}

ExposedSecretReportListerExpansion allows custom methods to be added to ExposedSecretReportLister.

type ExposedSecretReportNamespaceLister added in v0.1.0

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

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

type ExposedSecretReportNamespaceListerExpansion added in v0.1.0

type ExposedSecretReportNamespaceListerExpansion interface{}

ExposedSecretReportNamespaceListerExpansion allows custom methods to be added to ExposedSecretReportNamespaceLister.

type VulnerabilityReportLister

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

VulnerabilityReportLister helps list VulnerabilityReports. All objects returned here must be treated as read-only.

func NewVulnerabilityReportLister

func NewVulnerabilityReportLister(indexer cache.Indexer) VulnerabilityReportLister

NewVulnerabilityReportLister returns a new VulnerabilityReportLister.

type VulnerabilityReportListerExpansion

type VulnerabilityReportListerExpansion interface{}

VulnerabilityReportListerExpansion allows custom methods to be added to VulnerabilityReportLister.

type VulnerabilityReportNamespaceLister

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

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

type VulnerabilityReportNamespaceListerExpansion

type VulnerabilityReportNamespaceListerExpansion interface{}

VulnerabilityReportNamespaceListerExpansion allows custom methods to be added to VulnerabilityReportNamespaceLister.

Jump to

Keyboard shortcuts

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