v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2018 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteLister

type RemoteLister interface {
	// List lists all Remotes in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Remote, err error)
	// Remotes returns an object that can list and get Remotes.
	Remotes(namespace string) RemoteNamespaceLister
	RemoteListerExpansion
}

RemoteLister helps list Remotes.

func NewRemoteLister

func NewRemoteLister(indexer cache.Indexer) RemoteLister

NewRemoteLister returns a new RemoteLister.

type RemoteListerExpansion

type RemoteListerExpansion interface{}

RemoteListerExpansion allows custom methods to be added to RemoteLister.

type RemoteNamespaceLister

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

RemoteNamespaceLister helps list and get Remotes.

type RemoteNamespaceListerExpansion

type RemoteNamespaceListerExpansion interface{}

RemoteNamespaceListerExpansion allows custom methods to be added to RemoteNamespaceLister.

Jump to

Keyboard shortcuts

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