package batch
import "k8s.io/client-go/informers/batch"
Index ¶
Types ¶
type Interface ¶
type Interface interface {
// V1 provides access to shared informers for resources in V1.
V1() v1.Interface
// V2alpha1 provides access to shared informers for resources in V2alpha1.
V2alpha1() v2alpha1.Interface
}
Interface provides access to each of this group's versions.
func New ¶
func New(f internalinterfaces.SharedInformerFactory) Interface
New returns a new Interface.
Source Files ¶
interface.go
Directories ¶
| Path | Synopsis |
|---|---|
| informers/batch/v1 | |
| informers/batch/v2alpha1 |
- Version
- v3.0.0-beta.0+incompatible
- Published
- Mar 31, 2017
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 27 seconds ago –
Tools for package owners.