v1

package
v0.0.0-...-f6e1a93 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostgresTeamLister

type PostgresTeamLister interface {
	// List lists all PostgresTeams in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.PostgresTeam, err error)
	// PostgresTeams returns an object that can list and get PostgresTeams.
	PostgresTeams(namespace string) PostgresTeamNamespaceLister
	PostgresTeamListerExpansion
}

PostgresTeamLister helps list PostgresTeams. All objects returned here must be treated as read-only.

func NewPostgresTeamLister

func NewPostgresTeamLister(indexer cache.Indexer) PostgresTeamLister

NewPostgresTeamLister returns a new PostgresTeamLister.

type PostgresTeamListerExpansion

type PostgresTeamListerExpansion interface{}

PostgresTeamListerExpansion allows custom methods to be added to PostgresTeamLister.

type PostgresTeamNamespaceLister

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

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

type PostgresTeamNamespaceListerExpansion

type PostgresTeamNamespaceListerExpansion interface{}

PostgresTeamNamespaceListerExpansion allows custom methods to be added to PostgresTeamNamespaceLister.

type PostgresqlLister

type PostgresqlLister interface {
	// List lists all Postgresqls in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Postgresql, err error)
	// Postgresqls returns an object that can list and get Postgresqls.
	Postgresqls(namespace string) PostgresqlNamespaceLister
	PostgresqlListerExpansion
}

PostgresqlLister helps list Postgresqls. All objects returned here must be treated as read-only.

func NewPostgresqlLister

func NewPostgresqlLister(indexer cache.Indexer) PostgresqlLister

NewPostgresqlLister returns a new PostgresqlLister.

type PostgresqlListerExpansion

type PostgresqlListerExpansion interface{}

PostgresqlListerExpansion allows custom methods to be added to PostgresqlLister.

type PostgresqlNamespaceLister

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

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

type PostgresqlNamespaceListerExpansion

type PostgresqlNamespaceListerExpansion interface{}

PostgresqlNamespaceListerExpansion allows custom methods to be added to PostgresqlNamespaceLister.

type WorkLoadScheduleLister

type WorkLoadScheduleLister interface {
	// List lists all WorkLoadSchedules in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.WorkLoadSchedule, err error)
	// WorkLoadSchedules returns an object that can list and get WorkLoadSchedules.
	WorkLoadSchedules(namespace string) WorkLoadScheduleNamespaceLister
	WorkLoadScheduleListerExpansion
}

WorkLoadScheduleLister helps list WorkLoadSchedules. All objects returned here must be treated as read-only.

func NewWorkLoadScheduleLister

func NewWorkLoadScheduleLister(indexer cache.Indexer) WorkLoadScheduleLister

NewWorkLoadScheduleLister returns a new WorkLoadScheduleLister.

type WorkLoadScheduleListerExpansion

type WorkLoadScheduleListerExpansion interface{}

WorkLoadScheduleListerExpansion allows custom methods to be added to WorkLoadScheduleLister.

type WorkLoadScheduleNamespaceLister

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

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

type WorkLoadScheduleNamespaceListerExpansion

type WorkLoadScheduleNamespaceListerExpansion interface{}

WorkLoadScheduleNamespaceListerExpansion allows custom methods to be added to WorkLoadScheduleNamespaceLister.

Jump to

Keyboard shortcuts

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