package node
import "k8s.io/client-go/informers/node"
Index ¶
Types ¶
type Interface ¶
type Interface interface {
// V1 provides access to shared informers for resources in V1.
V1() v1.Interface
// V1alpha1 provides access to shared informers for resources in V1alpha1.
V1alpha1() v1alpha1.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 |
|---|---|
| informers/node/v1 | |
| informers/node/v1alpha1 | |
| informers/node/v1beta1 |
- Version
- v0.31.12
- Published
- Aug 13, 2025
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 3 hours ago –
Tools for package owners.