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 ExternalGroupLister

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

ExternalGroupLister helps list ExternalGroups. All objects returned here must be treated as read-only.

func NewExternalGroupLister

func NewExternalGroupLister(indexer cache.Indexer) ExternalGroupLister

NewExternalGroupLister returns a new ExternalGroupLister.

type ExternalGroupListerExpansion

type ExternalGroupListerExpansion interface{}

ExternalGroupListerExpansion allows custom methods to be added to ExternalGroupLister.

type ExternalGroupNamespaceLister

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

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

type ExternalGroupNamespaceListerExpansion

type ExternalGroupNamespaceListerExpansion interface{}

ExternalGroupNamespaceListerExpansion allows custom methods to be added to ExternalGroupNamespaceLister.

type PreferencesLister

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

PreferencesLister helps list Preferenceses. All objects returned here must be treated as read-only.

func NewPreferencesLister

func NewPreferencesLister(indexer cache.Indexer) PreferencesLister

NewPreferencesLister returns a new PreferencesLister.

type PreferencesListerExpansion

type PreferencesListerExpansion interface{}

PreferencesListerExpansion allows custom methods to be added to PreferencesLister.

type PreferencesNamespaceLister

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

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

type PreferencesNamespaceListerExpansion

type PreferencesNamespaceListerExpansion interface{}

PreferencesNamespaceListerExpansion allows custom methods to be added to PreferencesNamespaceLister.

type TeamLister

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

TeamLister helps list Teams. All objects returned here must be treated as read-only.

func NewTeamLister

func NewTeamLister(indexer cache.Indexer) TeamLister

NewTeamLister returns a new TeamLister.

type TeamListerExpansion

type TeamListerExpansion interface{}

TeamListerExpansion allows custom methods to be added to TeamLister.

type TeamNamespaceLister

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

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

type TeamNamespaceListerExpansion

type TeamNamespaceListerExpansion interface{}

TeamNamespaceListerExpansion allows custom methods to be added to TeamNamespaceLister.

Jump to

Keyboard shortcuts

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