v1alpha1

package
v1.71.6 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BackupBucket, err error)
	// Get retrieves the BackupBucket from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.BackupBucket, error)
	BackupBucketListerExpansion
}

BackupBucketLister helps list BackupBuckets. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BackupEntry, err error)
	// BackupEntries returns an object that can list and get BackupEntries.
	BackupEntries(namespace string) BackupEntryNamespaceLister
	BackupEntryListerExpansion
}

BackupEntryLister helps list BackupEntries. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.BackupEntry, err error)
	// Get retrieves the BackupEntry from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.BackupEntry, error)
	BackupEntryNamespaceListerExpansion
}

BackupEntryNamespaceLister helps list and get BackupEntries. All objects returned here must be treated as read-only.

type BackupEntryNamespaceListerExpansion

type BackupEntryNamespaceListerExpansion interface{}

BackupEntryNamespaceListerExpansion allows custom methods to be added to BackupEntryNamespaceLister.

type CloudProfileLister

type CloudProfileLister interface {
	// List lists all CloudProfiles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CloudProfile, err error)
	// Get retrieves the CloudProfile from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.CloudProfile, error)
	CloudProfileListerExpansion
}

CloudProfileLister helps list CloudProfiles. All objects returned here must be treated as read-only.

func NewCloudProfileLister

func NewCloudProfileLister(indexer cache.Indexer) CloudProfileLister

NewCloudProfileLister returns a new CloudProfileLister.

type CloudProfileListerExpansion

type CloudProfileListerExpansion interface{}

CloudProfileListerExpansion allows custom methods to be added to CloudProfileLister.

type ControllerDeploymentLister added in v1.23.0

type ControllerDeploymentLister interface {
	// List lists all ControllerDeployments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ControllerDeployment, err error)
	// Get retrieves the ControllerDeployment from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ControllerDeployment, error)
	ControllerDeploymentListerExpansion
}

ControllerDeploymentLister helps list ControllerDeployments. All objects returned here must be treated as read-only.

func NewControllerDeploymentLister added in v1.23.0

func NewControllerDeploymentLister(indexer cache.Indexer) ControllerDeploymentLister

NewControllerDeploymentLister returns a new ControllerDeploymentLister.

type ControllerDeploymentListerExpansion added in v1.23.0

type ControllerDeploymentListerExpansion interface{}

ControllerDeploymentListerExpansion allows custom methods to be added to ControllerDeploymentLister.

type ControllerInstallationLister

type ControllerInstallationLister interface {
	// List lists all ControllerInstallations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ControllerInstallation, err error)
	// Get retrieves the ControllerInstallation from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ControllerInstallation, error)
	ControllerInstallationListerExpansion
}

ControllerInstallationLister helps list ControllerInstallations. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ControllerRegistration, err error)
	// Get retrieves the ControllerRegistration from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ControllerRegistration, error)
	ControllerRegistrationListerExpansion
}

ControllerRegistrationLister helps list ControllerRegistrations. All objects returned here must be treated as read-only.

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 ExposureClassLister added in v1.24.0

type ExposureClassLister interface {
	// List lists all ExposureClasses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ExposureClass, err error)
	// Get retrieves the ExposureClass from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ExposureClass, error)
	ExposureClassListerExpansion
}

ExposureClassLister helps list ExposureClasses. All objects returned here must be treated as read-only.

func NewExposureClassLister added in v1.24.0

func NewExposureClassLister(indexer cache.Indexer) ExposureClassLister

NewExposureClassLister returns a new ExposureClassLister.

type ExposureClassListerExpansion added in v1.24.0

type ExposureClassListerExpansion interface{}

ExposureClassListerExpansion allows custom methods to be added to ExposureClassLister.

type ProjectLister

type ProjectLister interface {
	// List lists all Projects in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Project, err error)
	// Get retrieves the Project from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Project, error)
	ProjectListerExpansion
}

ProjectLister helps list Projects. All objects returned here must be treated as read-only.

func NewProjectLister

func NewProjectLister(indexer cache.Indexer) ProjectLister

NewProjectLister returns a new ProjectLister.

type ProjectListerExpansion

type ProjectListerExpansion interface{}

ProjectListerExpansion allows custom methods to be added to ProjectLister.

type QuotaLister

type QuotaLister interface {
	// List lists all Quotas in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Quota, err error)
	// Quotas returns an object that can list and get Quotas.
	Quotas(namespace string) QuotaNamespaceLister
	QuotaListerExpansion
}

QuotaLister helps list Quotas. All objects returned here must be treated as read-only.

func NewQuotaLister

func NewQuotaLister(indexer cache.Indexer) QuotaLister

NewQuotaLister returns a new QuotaLister.

type QuotaListerExpansion

type QuotaListerExpansion interface{}

QuotaListerExpansion allows custom methods to be added to QuotaLister.

type QuotaNamespaceLister

type QuotaNamespaceLister interface {
	// List lists all Quotas in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Quota, err error)
	// Get retrieves the Quota from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Quota, error)
	QuotaNamespaceListerExpansion
}

QuotaNamespaceLister helps list and get Quotas. All objects returned here must be treated as read-only.

type QuotaNamespaceListerExpansion

type QuotaNamespaceListerExpansion interface{}

QuotaNamespaceListerExpansion allows custom methods to be added to QuotaNamespaceLister.

type SecretBindingLister

type SecretBindingLister interface {
	// List lists all SecretBindings in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.SecretBinding, err error)
	// SecretBindings returns an object that can list and get SecretBindings.
	SecretBindings(namespace string) SecretBindingNamespaceLister
	SecretBindingListerExpansion
}

SecretBindingLister helps list SecretBindings. All objects returned here must be treated as read-only.

func NewSecretBindingLister

func NewSecretBindingLister(indexer cache.Indexer) SecretBindingLister

NewSecretBindingLister returns a new SecretBindingLister.

type SecretBindingListerExpansion

type SecretBindingListerExpansion interface{}

SecretBindingListerExpansion allows custom methods to be added to SecretBindingLister.

type SecretBindingNamespaceLister

type SecretBindingNamespaceLister interface {
	// List lists all SecretBindings in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.SecretBinding, err error)
	// Get retrieves the SecretBinding from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.SecretBinding, error)
	SecretBindingNamespaceListerExpansion
}

SecretBindingNamespaceLister helps list and get SecretBindings. All objects returned here must be treated as read-only.

type SecretBindingNamespaceListerExpansion

type SecretBindingNamespaceListerExpansion interface{}

SecretBindingNamespaceListerExpansion allows custom methods to be added to SecretBindingNamespaceLister.

type SeedLister

type SeedLister interface {
	// List lists all Seeds in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Seed, err error)
	// Get retrieves the Seed from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Seed, error)
	SeedListerExpansion
}

SeedLister helps list Seeds. All objects returned here must be treated as read-only.

func NewSeedLister

func NewSeedLister(indexer cache.Indexer) SeedLister

NewSeedLister returns a new SeedLister.

type SeedListerExpansion

type SeedListerExpansion interface{}

SeedListerExpansion allows custom methods to be added to SeedLister.

type ShootLister

type ShootLister interface {
	// List lists all Shoots in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Shoot, err error)
	// Shoots returns an object that can list and get Shoots.
	Shoots(namespace string) ShootNamespaceLister
	ShootListerExpansion
}

ShootLister helps list Shoots. All objects returned here must be treated as read-only.

func NewShootLister

func NewShootLister(indexer cache.Indexer) ShootLister

NewShootLister returns a new ShootLister.

type ShootListerExpansion

type ShootListerExpansion interface{}

ShootListerExpansion allows custom methods to be added to ShootLister.

type ShootNamespaceLister

type ShootNamespaceLister interface {
	// List lists all Shoots in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Shoot, err error)
	// Get retrieves the Shoot from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Shoot, error)
	ShootNamespaceListerExpansion
}

ShootNamespaceLister helps list and get Shoots. All objects returned here must be treated as read-only.

type ShootNamespaceListerExpansion

type ShootNamespaceListerExpansion interface{}

ShootNamespaceListerExpansion allows custom methods to be added to ShootNamespaceLister.

type ShootStateLister added in v0.33.0

type ShootStateLister interface {
	// List lists all ShootStates in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ShootState, err error)
	// ShootStates returns an object that can list and get ShootStates.
	ShootStates(namespace string) ShootStateNamespaceLister
	ShootStateListerExpansion
}

ShootStateLister helps list ShootStates. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ShootState, err error)
	// Get retrieves the ShootState from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ShootState, error)
	ShootStateNamespaceListerExpansion
}

ShootStateNamespaceLister helps list and get ShootStates. All objects returned here must be treated as read-only.

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