internalversion

package
v0.33.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2019 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackupBucketLister

type BackupBucketLister interface {
	// List lists all BackupBuckets in the indexer.
	List(selector labels.Selector) (ret []*core.BackupBucket, err error)
	// Get retrieves the BackupBucket from the index for a given name.
	Get(name string) (*core.BackupBucket, error)
	BackupBucketListerExpansion
}

BackupBucketLister helps list BackupBuckets.

func NewBackupBucketLister

func NewBackupBucketLister(indexer cache.Indexer) BackupBucketLister

NewBackupBucketLister returns a new BackupBucketLister.

type BackupBucketListerExpansion

type BackupBucketListerExpansion interface{}

BackupBucketListerExpansion allows custom methods to be added to BackupBucketLister.

type BackupEntryLister

type BackupEntryLister interface {
	// List lists all BackupEntries in the indexer.
	List(selector labels.Selector) (ret []*core.BackupEntry, err error)
	// BackupEntries returns an object that can list and get BackupEntries.
	BackupEntries(namespace string) BackupEntryNamespaceLister
	BackupEntryListerExpansion
}

BackupEntryLister helps list BackupEntries.

func NewBackupEntryLister

func NewBackupEntryLister(indexer cache.Indexer) BackupEntryLister

NewBackupEntryLister returns a new BackupEntryLister.

type BackupEntryListerExpansion

type BackupEntryListerExpansion interface{}

BackupEntryListerExpansion allows custom methods to be added to BackupEntryLister.

type BackupEntryNamespaceLister

type BackupEntryNamespaceLister interface {
	// List lists all BackupEntries in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*core.BackupEntry, err error)
	// Get retrieves the BackupEntry from the indexer for a given namespace and name.
	Get(name string) (*core.BackupEntry, error)
	BackupEntryNamespaceListerExpansion
}

BackupEntryNamespaceLister helps list and get BackupEntries.

type BackupEntryNamespaceListerExpansion

type BackupEntryNamespaceListerExpansion interface{}

BackupEntryNamespaceListerExpansion allows custom methods to be added to BackupEntryNamespaceLister.

type ControllerInstallationLister

type ControllerInstallationLister interface {
	// List lists all ControllerInstallations in the indexer.
	List(selector labels.Selector) (ret []*core.ControllerInstallation, err error)
	// Get retrieves the ControllerInstallation from the index for a given name.
	Get(name string) (*core.ControllerInstallation, error)
	ControllerInstallationListerExpansion
}

ControllerInstallationLister helps list ControllerInstallations.

func NewControllerInstallationLister

func NewControllerInstallationLister(indexer cache.Indexer) ControllerInstallationLister

NewControllerInstallationLister returns a new ControllerInstallationLister.

type ControllerInstallationListerExpansion

type ControllerInstallationListerExpansion interface{}

ControllerInstallationListerExpansion allows custom methods to be added to ControllerInstallationLister.

type ControllerRegistrationLister

type ControllerRegistrationLister interface {
	// List lists all ControllerRegistrations in the indexer.
	List(selector labels.Selector) (ret []*core.ControllerRegistration, err error)
	// Get retrieves the ControllerRegistration from the index for a given name.
	Get(name string) (*core.ControllerRegistration, error)
	ControllerRegistrationListerExpansion
}

ControllerRegistrationLister helps list ControllerRegistrations.

func NewControllerRegistrationLister

func NewControllerRegistrationLister(indexer cache.Indexer) ControllerRegistrationLister

NewControllerRegistrationLister returns a new ControllerRegistrationLister.

type ControllerRegistrationListerExpansion

type ControllerRegistrationListerExpansion interface{}

ControllerRegistrationListerExpansion allows custom methods to be added to ControllerRegistrationLister.

type PlantLister

type PlantLister interface {
	// List lists all Plants in the indexer.
	List(selector labels.Selector) (ret []*core.Plant, err error)
	// Plants returns an object that can list and get Plants.
	Plants(namespace string) PlantNamespaceLister
	PlantListerExpansion
}

PlantLister helps list Plants.

func NewPlantLister

func NewPlantLister(indexer cache.Indexer) PlantLister

NewPlantLister returns a new PlantLister.

type PlantListerExpansion

type PlantListerExpansion interface{}

PlantListerExpansion allows custom methods to be added to PlantLister.

type PlantNamespaceLister

type PlantNamespaceLister interface {
	// List lists all Plants in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*core.Plant, err error)
	// Get retrieves the Plant from the indexer for a given namespace and name.
	Get(name string) (*core.Plant, error)
	PlantNamespaceListerExpansion
}

PlantNamespaceLister helps list and get Plants.

type PlantNamespaceListerExpansion

type PlantNamespaceListerExpansion interface{}

PlantNamespaceListerExpansion allows custom methods to be added to PlantNamespaceLister.

type ShootStateLister added in v0.33.0

type ShootStateLister interface {
	// List lists all ShootStates in the indexer.
	List(selector labels.Selector) (ret []*core.ShootState, err error)
	// ShootStates returns an object that can list and get ShootStates.
	ShootStates(namespace string) ShootStateNamespaceLister
	ShootStateListerExpansion
}

ShootStateLister helps list ShootStates.

func NewShootStateLister added in v0.33.0

func NewShootStateLister(indexer cache.Indexer) ShootStateLister

NewShootStateLister returns a new ShootStateLister.

type ShootStateListerExpansion added in v0.33.0

type ShootStateListerExpansion interface{}

ShootStateListerExpansion allows custom methods to be added to ShootStateLister.

type ShootStateNamespaceLister added in v0.33.0

type ShootStateNamespaceLister interface {
	// List lists all ShootStates in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*core.ShootState, err error)
	// Get retrieves the ShootState from the indexer for a given namespace and name.
	Get(name string) (*core.ShootState, error)
	ShootStateNamespaceListerExpansion
}

ShootStateNamespaceLister helps list and get ShootStates.

type ShootStateNamespaceListerExpansion added in v0.33.0

type ShootStateNamespaceListerExpansion interface{}

ShootStateNamespaceListerExpansion allows custom methods to be added to ShootStateNamespaceLister.

Jump to

Keyboard shortcuts

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