internalversion

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 8 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigMapLister

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

ConfigMapLister helps list ConfigMaps. All objects returned here must be treated as read-only.

func NewConfigMapLister

func NewConfigMapLister(indexer cache.Indexer) ConfigMapLister

NewConfigMapLister returns a new ConfigMapLister.

type ConfigMapListerExpansion

type ConfigMapListerExpansion interface{}

ConfigMapListerExpansion allows custom methods to be added to ConfigMapLister.

type LogAgentLister

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

LogAgentLister helps list LogAgents. All objects returned here must be treated as read-only.

func NewLogAgentLister

func NewLogAgentLister(indexer cache.Indexer) LogAgentLister

NewLogAgentLister returns a new LogAgentLister.

type LogAgentListerExpansion

type LogAgentListerExpansion interface{}

LogAgentListerExpansion allows custom methods to be added to LogAgentLister.

Jump to

Keyboard shortcuts

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