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)
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
sql
|
|
db
Package db offers client struct and functions to interact with database connection.
|
Package db offers client struct and functions to interact with database connection. |
db/transaction
Package transaction provides a client for a live transaction, and interfaces for some relevant sql types.
|
Package transaction provides a client for a live transaction, and interfaces for some relevant sql types. |
encryption
Package encryption provides encryption and decryption functions, while abstracting away key management concerns.
|
Package encryption provides encryption and decryption functions, while abstracting away key management concerns. |
informer/factory
Package factory provides a cache factory for the sql-based cache.
|
Package factory provides a cache factory for the sql-based cache. |
partition
Package partition represents listing parameters.
|
Package partition represents listing parameters. |
store
Package store contains the sql backed store.
|
Package store contains the sql backed store. |
Click to show internal directories.
Click to hide internal directories.