v1

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 ClusterEphemeralReportLister

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

ClusterEphemeralReportLister helps list ClusterEphemeralReports. All objects returned here must be treated as read-only.

func NewClusterEphemeralReportLister

func NewClusterEphemeralReportLister(indexer cache.Indexer) ClusterEphemeralReportLister

NewClusterEphemeralReportLister returns a new ClusterEphemeralReportLister.

type ClusterEphemeralReportListerExpansion

type ClusterEphemeralReportListerExpansion interface{}

ClusterEphemeralReportListerExpansion allows custom methods to be added to ClusterEphemeralReportLister.

type EphemeralReportLister

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

EphemeralReportLister helps list EphemeralReports. All objects returned here must be treated as read-only.

func NewEphemeralReportLister

func NewEphemeralReportLister(indexer cache.Indexer) EphemeralReportLister

NewEphemeralReportLister returns a new EphemeralReportLister.

type EphemeralReportListerExpansion

type EphemeralReportListerExpansion interface{}

EphemeralReportListerExpansion allows custom methods to be added to EphemeralReportLister.

type EphemeralReportNamespaceLister

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

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

type EphemeralReportNamespaceListerExpansion

type EphemeralReportNamespaceListerExpansion interface{}

EphemeralReportNamespaceListerExpansion allows custom methods to be added to EphemeralReportNamespaceLister.

Jump to

Keyboard shortcuts

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