Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrationProjectLister ¶
type MigrationProjectLister interface { // List lists all MigrationProjects in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MigrationProject, err error) // MigrationProjects returns an object that can list and get MigrationProjects. MigrationProjects(namespace string) MigrationProjectNamespaceLister MigrationProjectListerExpansion }
MigrationProjectLister helps list MigrationProjects. All objects returned here must be treated as read-only.
func NewMigrationProjectLister ¶
func NewMigrationProjectLister(indexer cache.Indexer) MigrationProjectLister
NewMigrationProjectLister returns a new MigrationProjectLister.
type MigrationProjectListerExpansion ¶
type MigrationProjectListerExpansion interface{}
MigrationProjectListerExpansion allows custom methods to be added to MigrationProjectLister.
type MigrationProjectNamespaceLister ¶
type MigrationProjectNamespaceLister interface { // List lists all MigrationProjects in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MigrationProject, err error) // Get retrieves the MigrationProject from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MigrationProject, error) MigrationProjectNamespaceListerExpansion }
MigrationProjectNamespaceLister helps list and get MigrationProjects. All objects returned here must be treated as read-only.
type MigrationProjectNamespaceListerExpansion ¶
type MigrationProjectNamespaceListerExpansion interface{}
MigrationProjectNamespaceListerExpansion allows custom methods to be added to MigrationProjectNamespaceLister.
type MigrationServiceLister ¶
type MigrationServiceLister interface { // List lists all MigrationServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MigrationService, err error) // MigrationServices returns an object that can list and get MigrationServices. MigrationServices(namespace string) MigrationServiceNamespaceLister MigrationServiceListerExpansion }
MigrationServiceLister helps list MigrationServices. All objects returned here must be treated as read-only.
func NewMigrationServiceLister ¶
func NewMigrationServiceLister(indexer cache.Indexer) MigrationServiceLister
NewMigrationServiceLister returns a new MigrationServiceLister.
type MigrationServiceListerExpansion ¶
type MigrationServiceListerExpansion interface{}
MigrationServiceListerExpansion allows custom methods to be added to MigrationServiceLister.
type MigrationServiceNamespaceLister ¶
type MigrationServiceNamespaceLister interface { // List lists all MigrationServices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MigrationService, err error) // Get retrieves the MigrationService from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MigrationService, error) MigrationServiceNamespaceListerExpansion }
MigrationServiceNamespaceLister helps list and get MigrationServices. All objects returned here must be treated as read-only.
type MigrationServiceNamespaceListerExpansion ¶
type MigrationServiceNamespaceListerExpansion interface{}
MigrationServiceNamespaceListerExpansion allows custom methods to be added to MigrationServiceNamespaceLister.