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 the shared informers in V1. V1() v1.ClusterInterface // V1alpha1 provides access to the shared informers in V1alpha1. V1alpha1() v1alpha1.ClusterInterface // V1beta1 provides access to the shared informers in V1beta1. V1beta1() v1beta1.ClusterInterface }
func New ¶
func New(f internalinterfaces.SharedInformerFactory, tweakListOptions internalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new ClusterInterface.
Click to show internal directories.
Click to hide internal directories.