package autoscaling
import "k8s.io/client-go/informers/autoscaling"
Index ¶
Types ¶
type Interface ¶
type Interface interface { // V1 provides access to shared informers for resources in V1. V1() v1.Interface // V2beta1 provides access to shared informers for resources in V2beta1. V2beta1() v2beta1.Interface // V2beta2 provides access to shared informers for resources in V2beta2. V2beta2() v2beta2.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 |
---|---|
informers/autoscaling/v1 | |
informers/autoscaling/v2beta1 | |
informers/autoscaling/v2beta2 |
- Version
- v0.22.1-rc.0
- Published
- Aug 4, 2021
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 27 minutes ago –
Tools for package owners.