v1

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 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.
	List(selector labels.Selector) (ret []*v1.ConfigMap, err error)
	// Get retrieves the ConfigMap from the index for a given name.
	Get(name string) (*v1.ConfigMap, error)
	ConfigMapListerExpansion
}

ConfigMapLister helps list ConfigMaps.

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.
	List(selector labels.Selector) (ret []*v1.LogAgent, err error)
	// Get retrieves the LogAgent from the index for a given name.
	Get(name string) (*v1.LogAgent, error)
	LogAgentListerExpansion
}

LogAgentLister helps list LogAgents.

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