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 DatabaseInstanceLister

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

DatabaseInstanceLister helps list DatabaseInstances. All objects returned here must be treated as read-only.

func NewDatabaseInstanceLister

func NewDatabaseInstanceLister(indexer cache.Indexer) DatabaseInstanceLister

NewDatabaseInstanceLister returns a new DatabaseInstanceLister.

type DatabaseInstanceListerExpansion

type DatabaseInstanceListerExpansion interface{}

DatabaseInstanceListerExpansion allows custom methods to be added to DatabaseInstanceLister.

type DatabaseInstanceNamespaceLister

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

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

type DatabaseInstanceNamespaceListerExpansion

type DatabaseInstanceNamespaceListerExpansion interface{}

DatabaseInstanceNamespaceListerExpansion allows custom methods to be added to DatabaseInstanceNamespaceLister.

type DatabaseLister

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

DatabaseLister helps list Databases. All objects returned here must be treated as read-only.

func NewDatabaseLister

func NewDatabaseLister(indexer cache.Indexer) DatabaseLister

NewDatabaseLister returns a new DatabaseLister.

type DatabaseListerExpansion

type DatabaseListerExpansion interface{}

DatabaseListerExpansion allows custom methods to be added to DatabaseLister.

type DatabaseNamespaceLister

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

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

type DatabaseNamespaceListerExpansion

type DatabaseNamespaceListerExpansion interface{}

DatabaseNamespaceListerExpansion allows custom methods to be added to DatabaseNamespaceLister.

type SourceRepresentationInstanceLister

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

SourceRepresentationInstanceLister helps list SourceRepresentationInstances. All objects returned here must be treated as read-only.

func NewSourceRepresentationInstanceLister

func NewSourceRepresentationInstanceLister(indexer cache.Indexer) SourceRepresentationInstanceLister

NewSourceRepresentationInstanceLister returns a new SourceRepresentationInstanceLister.

type SourceRepresentationInstanceListerExpansion

type SourceRepresentationInstanceListerExpansion interface{}

SourceRepresentationInstanceListerExpansion allows custom methods to be added to SourceRepresentationInstanceLister.

type SourceRepresentationInstanceNamespaceLister

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

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

type SourceRepresentationInstanceNamespaceListerExpansion

type SourceRepresentationInstanceNamespaceListerExpansion interface{}

SourceRepresentationInstanceNamespaceListerExpansion allows custom methods to be added to SourceRepresentationInstanceNamespaceLister.

type SslCertLister

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

SslCertLister helps list SslCerts. All objects returned here must be treated as read-only.

func NewSslCertLister

func NewSslCertLister(indexer cache.Indexer) SslCertLister

NewSslCertLister returns a new SslCertLister.

type SslCertListerExpansion

type SslCertListerExpansion interface{}

SslCertListerExpansion allows custom methods to be added to SslCertLister.

type SslCertNamespaceLister

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

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

type SslCertNamespaceListerExpansion

type SslCertNamespaceListerExpansion interface{}

SslCertNamespaceListerExpansion allows custom methods to be added to SslCertNamespaceLister.

type UserLister

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

UserLister helps list Users. All objects returned here must be treated as read-only.

func NewUserLister

func NewUserLister(indexer cache.Indexer) UserLister

NewUserLister returns a new UserLister.

type UserListerExpansion

type UserListerExpansion interface{}

UserListerExpansion allows custom methods to be added to UserLister.

type UserNamespaceLister

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

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

type UserNamespaceListerExpansion

type UserNamespaceListerExpansion interface{}

UserNamespaceListerExpansion allows custom methods to be added to UserNamespaceLister.

Jump to

Keyboard shortcuts

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