v1

package
v1.2.46 Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 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 SSOLister

type SSOLister interface {
	// List lists all SSOs in the indexer.
	List(selector labels.Selector) (ret []*v1.SSO, err error)
	// SSOs returns an object that can list and get SSOs.
	SSOs(namespace string) SSONamespaceLister
	SSOListerExpansion
}

SSOLister helps list SSOs.

func NewSSOLister

func NewSSOLister(indexer cache.Indexer) SSOLister

NewSSOLister returns a new SSOLister.

type SSOListerExpansion

type SSOListerExpansion interface{}

SSOListerExpansion allows custom methods to be added to SSOLister.

type SSONamespaceLister

type SSONamespaceLister interface {
	// List lists all SSOs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.SSO, err error)
	// Get retrieves the SSO from the indexer for a given namespace and name.
	Get(name string) (*v1.SSO, error)
	SSONamespaceListerExpansion
}

SSONamespaceLister helps list and get SSOs.

type SSONamespaceListerExpansion

type SSONamespaceListerExpansion interface{}

SSONamespaceListerExpansion allows custom methods to be added to SSONamespaceLister.

Jump to

Keyboard shortcuts

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