v3

package
v7.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2019 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 AuthorizationRoleBindingLister

type AuthorizationRoleBindingLister interface {
	// List lists all AuthorizationRoleBindings in the indexer.
	List(selector labels.Selector) (ret []*v3.AuthorizationRoleBinding, err error)
	// AuthorizationRoleBindings returns an object that can list and get AuthorizationRoleBindings.
	AuthorizationRoleBindings(namespace string) AuthorizationRoleBindingNamespaceLister
	AuthorizationRoleBindingListerExpansion
}

AuthorizationRoleBindingLister helps list AuthorizationRoleBindings.

func NewAuthorizationRoleBindingLister

func NewAuthorizationRoleBindingLister(indexer cache.Indexer) AuthorizationRoleBindingLister

NewAuthorizationRoleBindingLister returns a new AuthorizationRoleBindingLister.

type AuthorizationRoleBindingListerExpansion

type AuthorizationRoleBindingListerExpansion interface{}

AuthorizationRoleBindingListerExpansion allows custom methods to be added to AuthorizationRoleBindingLister.

type AuthorizationRoleBindingNamespaceLister

type AuthorizationRoleBindingNamespaceLister interface {
	// List lists all AuthorizationRoleBindings in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v3.AuthorizationRoleBinding, err error)
	// Get retrieves the AuthorizationRoleBinding from the indexer for a given namespace and name.
	Get(name string) (*v3.AuthorizationRoleBinding, error)
	AuthorizationRoleBindingNamespaceListerExpansion
}

AuthorizationRoleBindingNamespaceLister helps list and get AuthorizationRoleBindings.

type AuthorizationRoleBindingNamespaceListerExpansion

type AuthorizationRoleBindingNamespaceListerExpansion interface{}

AuthorizationRoleBindingNamespaceListerExpansion allows custom methods to be added to AuthorizationRoleBindingNamespaceLister.

type AuthorizationRoleLister

type AuthorizationRoleLister interface {
	// List lists all AuthorizationRoles in the indexer.
	List(selector labels.Selector) (ret []*v3.AuthorizationRole, err error)
	// AuthorizationRoles returns an object that can list and get AuthorizationRoles.
	AuthorizationRoles(namespace string) AuthorizationRoleNamespaceLister
	AuthorizationRoleListerExpansion
}

AuthorizationRoleLister helps list AuthorizationRoles.

func NewAuthorizationRoleLister

func NewAuthorizationRoleLister(indexer cache.Indexer) AuthorizationRoleLister

NewAuthorizationRoleLister returns a new AuthorizationRoleLister.

type AuthorizationRoleListerExpansion

type AuthorizationRoleListerExpansion interface{}

AuthorizationRoleListerExpansion allows custom methods to be added to AuthorizationRoleLister.

type AuthorizationRoleNamespaceLister

type AuthorizationRoleNamespaceLister interface {
	// List lists all AuthorizationRoles in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v3.AuthorizationRole, err error)
	// Get retrieves the AuthorizationRole from the indexer for a given namespace and name.
	Get(name string) (*v3.AuthorizationRole, error)
	AuthorizationRoleNamespaceListerExpansion
}

AuthorizationRoleNamespaceLister helps list and get AuthorizationRoles.

type AuthorizationRoleNamespaceListerExpansion

type AuthorizationRoleNamespaceListerExpansion interface{}

AuthorizationRoleNamespaceListerExpansion allows custom methods to be added to AuthorizationRoleNamespaceLister.

Jump to

Keyboard shortcuts

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