package apiregistration
import "k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration"
Index ¶
Types ¶
type Interface ¶
type Interface interface {
// V1 provides access to shared informers for resources in V1.
V1() v1.Interface
// V1beta1 provides access to shared informers for resources in V1beta1.
V1beta1() v1beta1.Interface
}
Interface provides access to each of this group's versions.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
Source Files ¶
interface.go
Directories ¶
| Path | Synopsis |
|---|---|
| pkg/client/informers/externalversions/apiregistration/v1 | |
| pkg/client/informers/externalversions/apiregistration/v1beta1 |
- Version
- v0.34.0-alpha.3
- Published
- Jul 10, 2025
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 1 hour ago –
Tools for package owners.