v1beta1

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2021 License: MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

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