Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterInterface ¶
type ClusterInterface interface {
// V1 provides access to shared informers for resources in V1.
V1() kcpv1.ClusterInterface
// V2 provides access to shared informers for resources in V2.
V2() kcpv2.ClusterInterface
// V2beta1 provides access to shared informers for resources in V2beta1.
V2beta1() kcpv2beta1.ClusterInterface
// V2beta2 provides access to shared informers for resources in V2beta2.
V2beta2() kcpv2beta2.ClusterInterface
}
ClusterInterface provides access to each of this group's versions.
func New ¶
func New(f kcpinternalinterfaces.SharedInformerFactory, tweakListOptions kcpinternalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new ClusterInterface.
Click to show internal directories.
Click to hide internal directories.