v1alpha1

package
v0.0.0-...-9695cce Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredRbacConfigInformer

func NewFilteredRbacConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredRbacConfigInformer constructs a new informer for RbacConfig type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredServiceRoleBindingInformer

func NewFilteredServiceRoleBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredServiceRoleBindingInformer constructs a new informer for ServiceRoleBinding type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewFilteredServiceRoleInformer

func NewFilteredServiceRoleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredServiceRoleInformer constructs a new informer for ServiceRole type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewRbacConfigInformer

func NewRbacConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewRbacConfigInformer constructs a new informer for RbacConfig type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewServiceRoleBindingInformer

func NewServiceRoleBindingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewServiceRoleBindingInformer constructs a new informer for ServiceRoleBinding type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewServiceRoleInformer

func NewServiceRoleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewServiceRoleInformer constructs a new informer for ServiceRole type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

Types

type Interface

type Interface interface {
	// RbacConfigs returns a RbacConfigInformer.
	RbacConfigs() RbacConfigInformer
	// ServiceRoles returns a ServiceRoleInformer.
	ServiceRoles() ServiceRoleInformer
	// ServiceRoleBindings returns a ServiceRoleBindingInformer.
	ServiceRoleBindings() ServiceRoleBindingInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type RbacConfigInformer

type RbacConfigInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.RbacConfigLister
}

RbacConfigInformer provides access to a shared informer and lister for RbacConfigs.

type ServiceRoleBindingInformer

type ServiceRoleBindingInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ServiceRoleBindingLister
}

ServiceRoleBindingInformer provides access to a shared informer and lister for ServiceRoleBindings.

type ServiceRoleInformer

type ServiceRoleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ServiceRoleLister
}

ServiceRoleInformer provides access to a shared informer and lister for ServiceRoles.

Jump to

Keyboard shortcuts

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