v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2020 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 CommandLister

type CommandLister interface {
	// List lists all Commands in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Command, err error)
	// Commands returns an object that can list and get Commands.
	Commands(namespace string) CommandNamespaceLister
	CommandListerExpansion
}

CommandLister helps list Commands.

func NewCommandLister

func NewCommandLister(indexer cache.Indexer) CommandLister

NewCommandLister returns a new CommandLister.

type CommandListerExpansion

type CommandListerExpansion interface{}

CommandListerExpansion allows custom methods to be added to CommandLister.

type CommandNamespaceLister

type CommandNamespaceLister interface {
	// List lists all Commands in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Command, err error)
	// Get retrieves the Command from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Command, error)
	CommandNamespaceListerExpansion
}

CommandNamespaceLister helps list and get Commands.

type CommandNamespaceListerExpansion

type CommandNamespaceListerExpansion interface{}

CommandNamespaceListerExpansion allows custom methods to be added to CommandNamespaceLister.

Jump to

Keyboard shortcuts

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