v1alpha1

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 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 DockerHubSourceLister

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

DockerHubSourceLister helps list DockerHubSources. All objects returned here must be treated as read-only.

func NewDockerHubSourceLister

func NewDockerHubSourceLister(indexer cache.Indexer) DockerHubSourceLister

NewDockerHubSourceLister returns a new DockerHubSourceLister.

type DockerHubSourceListerExpansion

type DockerHubSourceListerExpansion interface{}

DockerHubSourceListerExpansion allows custom methods to be added to DockerHubSourceLister.

type DockerHubSourceNamespaceLister

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

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

type DockerHubSourceNamespaceListerExpansion

type DockerHubSourceNamespaceListerExpansion interface{}

DockerHubSourceNamespaceListerExpansion allows custom methods to be added to DockerHubSourceNamespaceLister.

Jump to

Keyboard shortcuts

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