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