v1beta1

package
v0.0.0-...-133fb1b Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudProfileLister

type CloudProfileLister interface {
	// List lists all CloudProfiles in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.CloudProfile, err error)
	// Get retrieves the CloudProfile from the index for a given name.
	Get(name string) (*v1beta1.CloudProfile, error)
	CloudProfileListerExpansion
}

CloudProfileLister helps list CloudProfiles.

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 CrossSecretBindingLister

type CrossSecretBindingLister interface {
	// List lists all CrossSecretBindings in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.CrossSecretBinding, err error)
	// CrossSecretBindings returns an object that can list and get CrossSecretBindings.
	CrossSecretBindings(namespace string) CrossSecretBindingNamespaceLister
	CrossSecretBindingListerExpansion
}

CrossSecretBindingLister helps list CrossSecretBindings.

func NewCrossSecretBindingLister

func NewCrossSecretBindingLister(indexer cache.Indexer) CrossSecretBindingLister

NewCrossSecretBindingLister returns a new CrossSecretBindingLister.

type CrossSecretBindingListerExpansion

type CrossSecretBindingListerExpansion interface{}

CrossSecretBindingListerExpansion allows custom methods to be added to CrossSecretBindingLister.

type CrossSecretBindingNamespaceLister

type CrossSecretBindingNamespaceLister interface {
	// List lists all CrossSecretBindings in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.CrossSecretBinding, err error)
	// Get retrieves the CrossSecretBinding from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.CrossSecretBinding, error)
	CrossSecretBindingNamespaceListerExpansion
}

CrossSecretBindingNamespaceLister helps list and get CrossSecretBindings.

type CrossSecretBindingNamespaceListerExpansion

type CrossSecretBindingNamespaceListerExpansion interface{}

CrossSecretBindingNamespaceListerExpansion allows custom methods to be added to CrossSecretBindingNamespaceLister.

type PrivateSecretBindingLister

type PrivateSecretBindingLister interface {
	// List lists all PrivateSecretBindings in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.PrivateSecretBinding, err error)
	// PrivateSecretBindings returns an object that can list and get PrivateSecretBindings.
	PrivateSecretBindings(namespace string) PrivateSecretBindingNamespaceLister
	PrivateSecretBindingListerExpansion
}

PrivateSecretBindingLister helps list PrivateSecretBindings.

func NewPrivateSecretBindingLister

func NewPrivateSecretBindingLister(indexer cache.Indexer) PrivateSecretBindingLister

NewPrivateSecretBindingLister returns a new PrivateSecretBindingLister.

type PrivateSecretBindingListerExpansion

type PrivateSecretBindingListerExpansion interface{}

PrivateSecretBindingListerExpansion allows custom methods to be added to PrivateSecretBindingLister.

type PrivateSecretBindingNamespaceLister

type PrivateSecretBindingNamespaceLister interface {
	// List lists all PrivateSecretBindings in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.PrivateSecretBinding, err error)
	// Get retrieves the PrivateSecretBinding from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.PrivateSecretBinding, error)
	PrivateSecretBindingNamespaceListerExpansion
}

PrivateSecretBindingNamespaceLister helps list and get PrivateSecretBindings.

type PrivateSecretBindingNamespaceListerExpansion

type PrivateSecretBindingNamespaceListerExpansion interface{}

PrivateSecretBindingNamespaceListerExpansion allows custom methods to be added to PrivateSecretBindingNamespaceLister.

type QuotaLister

type QuotaLister interface {
	// List lists all Quotas in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.Quota, err error)
	// Quotas returns an object that can list and get Quotas.
	Quotas(namespace string) QuotaNamespaceLister
	QuotaListerExpansion
}

QuotaLister helps list Quotas.

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.
	List(selector labels.Selector) (ret []*v1beta1.Quota, err error)
	// Get retrieves the Quota from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.Quota, error)
	QuotaNamespaceListerExpansion
}

QuotaNamespaceLister helps list and get Quotas.

type QuotaNamespaceListerExpansion

type QuotaNamespaceListerExpansion interface{}

QuotaNamespaceListerExpansion allows custom methods to be added to QuotaNamespaceLister.

type SeedLister

type SeedLister interface {
	// List lists all Seeds in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.Seed, err error)
	// Get retrieves the Seed from the index for a given name.
	Get(name string) (*v1beta1.Seed, error)
	SeedListerExpansion
}

SeedLister helps list Seeds.

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.
	List(selector labels.Selector) (ret []*v1beta1.Shoot, err error)
	// Shoots returns an object that can list and get Shoots.
	Shoots(namespace string) ShootNamespaceLister
	ShootListerExpansion
}

ShootLister helps list Shoots.

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.
	List(selector labels.Selector) (ret []*v1beta1.Shoot, err error)
	// Get retrieves the Shoot from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.Shoot, error)
	ShootNamespaceListerExpansion
}

ShootNamespaceLister helps list and get Shoots.

type ShootNamespaceListerExpansion

type ShootNamespaceListerExpansion interface{}

ShootNamespaceListerExpansion allows custom methods to be added to ShootNamespaceLister.

Jump to

Keyboard shortcuts

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