v1alpha1

package
v0.0.0-...-2fafe3c Latest Latest
Warning

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

Go to latest
Published: Feb 22, 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 AgentLister

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

AgentLister helps list Agents. All objects returned here must be treated as read-only.

func NewAgentLister

func NewAgentLister(indexer cache.Indexer) AgentLister

NewAgentLister returns a new AgentLister.

type AgentListerExpansion

type AgentListerExpansion interface{}

AgentListerExpansion allows custom methods to be added to AgentLister.

type AgentNamespaceLister

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

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

type AgentNamespaceListerExpansion

type AgentNamespaceListerExpansion interface{}

AgentNamespaceListerExpansion allows custom methods to be added to AgentNamespaceLister.

Jump to

Keyboard shortcuts

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