v1alpha2

package
v0.0.0-...-49e8767 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2020 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteResourceS3Lister

type RemoteResourceS3Lister interface {
	// List lists all RemoteResourceS3s in the indexer.
	List(selector labels.Selector) (ret []*v1alpha2.RemoteResourceS3, err error)
	// RemoteResourceS3s returns an object that can list and get RemoteResourceS3s.
	RemoteResourceS3s(namespace string) RemoteResourceS3NamespaceLister
	RemoteResourceS3ListerExpansion
}

RemoteResourceS3Lister helps list RemoteResourceS3s.

func NewRemoteResourceS3Lister

func NewRemoteResourceS3Lister(indexer cache.Indexer) RemoteResourceS3Lister

NewRemoteResourceS3Lister returns a new RemoteResourceS3Lister.

type RemoteResourceS3ListerExpansion

type RemoteResourceS3ListerExpansion interface{}

RemoteResourceS3ListerExpansion allows custom methods to be added to RemoteResourceS3Lister.

type RemoteResourceS3NamespaceLister

type RemoteResourceS3NamespaceLister interface {
	// List lists all RemoteResourceS3s in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha2.RemoteResourceS3, err error)
	// Get retrieves the RemoteResourceS3 from the indexer for a given namespace and name.
	Get(name string) (*v1alpha2.RemoteResourceS3, error)
	RemoteResourceS3NamespaceListerExpansion
}

RemoteResourceS3NamespaceLister helps list and get RemoteResourceS3s.

type RemoteResourceS3NamespaceListerExpansion

type RemoteResourceS3NamespaceListerExpansion interface{}

RemoteResourceS3NamespaceListerExpansion allows custom methods to be added to RemoteResourceS3NamespaceLister.

Jump to

Keyboard shortcuts

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