v1alpha1

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 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 FederationDomainLister

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

FederationDomainLister helps list FederationDomains. All objects returned here must be treated as read-only.

func NewFederationDomainLister

func NewFederationDomainLister(indexer cache.Indexer) FederationDomainLister

NewFederationDomainLister returns a new FederationDomainLister.

type FederationDomainListerExpansion

type FederationDomainListerExpansion interface{}

FederationDomainListerExpansion allows custom methods to be added to FederationDomainLister.

type FederationDomainNamespaceLister

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

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

type FederationDomainNamespaceListerExpansion

type FederationDomainNamespaceListerExpansion interface{}

FederationDomainNamespaceListerExpansion allows custom methods to be added to FederationDomainNamespaceLister.

type OIDCClientLister added in v0.20.0

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

OIDCClientLister helps list OIDCClients. All objects returned here must be treated as read-only.

func NewOIDCClientLister added in v0.20.0

func NewOIDCClientLister(indexer cache.Indexer) OIDCClientLister

NewOIDCClientLister returns a new OIDCClientLister.

type OIDCClientListerExpansion added in v0.20.0

type OIDCClientListerExpansion interface{}

OIDCClientListerExpansion allows custom methods to be added to OIDCClientLister.

type OIDCClientNamespaceLister added in v0.20.0

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

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

type OIDCClientNamespaceListerExpansion added in v0.20.0

type OIDCClientNamespaceListerExpansion interface{}

OIDCClientNamespaceListerExpansion allows custom methods to be added to OIDCClientNamespaceLister.

Jump to

Keyboard shortcuts

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