v1

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 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 AuthConfigLister

type AuthConfigLister interface {
	// List lists all AuthConfigs in the indexer.
	List(selector labels.Selector) (ret []*v1.AuthConfig, err error)
	// AuthConfigs returns an object that can list and get AuthConfigs.
	AuthConfigs(namespace string) AuthConfigNamespaceLister
	AuthConfigListerExpansion
}

AuthConfigLister helps list AuthConfigs.

func NewAuthConfigLister

func NewAuthConfigLister(indexer cache.Indexer) AuthConfigLister

NewAuthConfigLister returns a new AuthConfigLister.

type AuthConfigListerExpansion

type AuthConfigListerExpansion interface{}

AuthConfigListerExpansion allows custom methods to be added to AuthConfigLister.

type AuthConfigNamespaceLister

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

AuthConfigNamespaceLister helps list and get AuthConfigs.

type AuthConfigNamespaceListerExpansion

type AuthConfigNamespaceListerExpansion interface{}

AuthConfigNamespaceListerExpansion allows custom methods to be added to AuthConfigNamespaceLister.

Jump to

Keyboard shortcuts

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