Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SshPipeLister ¶
type SshPipeLister interface { // List lists all SshPipes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.SshPipe, err error) // SshPipes returns an object that can list and get SshPipes. SshPipes(namespace string) SshPipeNamespaceLister SshPipeListerExpansion }
SshPipeLister helps list SshPipes. All objects returned here must be treated as read-only.
func NewSshPipeLister ¶
func NewSshPipeLister(indexer cache.Indexer) SshPipeLister
NewSshPipeLister returns a new SshPipeLister.
type SshPipeListerExpansion ¶
type SshPipeListerExpansion interface{}
SshPipeListerExpansion allows custom methods to be added to SshPipeLister.
type SshPipeNamespaceLister ¶
type SshPipeNamespaceLister interface { // List lists all SshPipes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.SshPipe, err error) // Get retrieves the SshPipe from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1beta1.SshPipe, error) SshPipeNamespaceListerExpansion }
SshPipeNamespaceLister helps list and get SshPipes. All objects returned here must be treated as read-only.
type SshPipeNamespaceListerExpansion ¶
type SshPipeNamespaceListerExpansion interface{}
SshPipeNamespaceListerExpansion allows custom methods to be added to SshPipeNamespaceLister.
Click to show internal directories.
Click to hide internal directories.