v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 AccountLister

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

AccountLister helps list Accounts. All objects returned here must be treated as read-only.

func NewAccountLister

func NewAccountLister(indexer cache.Indexer) AccountLister

NewAccountLister returns a new AccountLister.

type AccountListerExpansion

type AccountListerExpansion interface{}

AccountListerExpansion allows custom methods to be added to AccountLister.

type AccountNamespaceLister

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

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

type AccountNamespaceListerExpansion

type AccountNamespaceListerExpansion interface{}

AccountNamespaceListerExpansion allows custom methods to be added to AccountNamespaceLister.

type ApplicationLister

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

ApplicationLister helps list Applications. All objects returned here must be treated as read-only.

func NewApplicationLister

func NewApplicationLister(indexer cache.Indexer) ApplicationLister

NewApplicationLister returns a new ApplicationLister.

type ApplicationListerExpansion

type ApplicationListerExpansion interface{}

ApplicationListerExpansion allows custom methods to be added to ApplicationLister.

type ApplicationNamespaceLister

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

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

type ApplicationNamespaceListerExpansion

type ApplicationNamespaceListerExpansion interface{}

ApplicationNamespaceListerExpansion allows custom methods to be added to ApplicationNamespaceLister.

type CertificateLister

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

CertificateLister helps list Certificates. All objects returned here must be treated as read-only.

func NewCertificateLister

func NewCertificateLister(indexer cache.Indexer) CertificateLister

NewCertificateLister returns a new CertificateLister.

type CertificateListerExpansion

type CertificateListerExpansion interface{}

CertificateListerExpansion allows custom methods to be added to CertificateLister.

type CertificateNamespaceLister

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

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

type CertificateNamespaceListerExpansion

type CertificateNamespaceListerExpansion interface{}

CertificateNamespaceListerExpansion allows custom methods to be added to CertificateNamespaceLister.

type JobLister added in v0.5.0

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

JobLister helps list Jobs. All objects returned here must be treated as read-only.

func NewJobLister added in v0.5.0

func NewJobLister(indexer cache.Indexer) JobLister

NewJobLister returns a new JobLister.

type JobListerExpansion added in v0.5.0

type JobListerExpansion interface{}

JobListerExpansion allows custom methods to be added to JobLister.

type JobNamespaceLister added in v0.5.0

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

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

type JobNamespaceListerExpansion added in v0.5.0

type JobNamespaceListerExpansion interface{}

JobNamespaceListerExpansion allows custom methods to be added to JobNamespaceLister.

type PoolLister

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

PoolLister helps list Pools. All objects returned here must be treated as read-only.

func NewPoolLister

func NewPoolLister(indexer cache.Indexer) PoolLister

NewPoolLister returns a new PoolLister.

type PoolListerExpansion

type PoolListerExpansion interface{}

PoolListerExpansion allows custom methods to be added to PoolLister.

type PoolNamespaceLister

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

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

type PoolNamespaceListerExpansion

type PoolNamespaceListerExpansion interface{}

PoolNamespaceListerExpansion allows custom methods to be added to PoolNamespaceLister.

Jump to

Keyboard shortcuts

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