Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CancelCollection ¶
type CancelCollection struct {
// contains filtered or unexported fields
}
func (*CancelCollection) Add ¶
func (c *CancelCollection) Add(ctx context.Context, obj interface{})
func (*CancelCollection) List ¶
func (c *CancelCollection) List() (result []interface{})
type SharedCacheFactory ¶
type SharedCacheFactory interface {}
func NewSharedCachedFactory ¶
func NewSharedCachedFactory(sharedClientFactory client.SharedClientFactory, opts *SharedCacheFactoryOptions) SharedCacheFactory
NewSharedInformerFactoryWithOptions constructs a new instance of a SharedInformerFactory with additional options.
type TweakListOptionsFunc ¶
type TweakListOptionsFunc func(*v1.ListOptions)
Click to show internal directories.
Click to hide internal directories.