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.
Click to show internal directories.
Click to hide internal directories.