Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OCMClusterControl ¶
type OCMClusterControl interface { Get(ctx context.Context, name string) (*clusterv1.ManagedCluster, error) List(ctx context.Context) ([]*clusterv1.ManagedCluster, error) }
func NewCacheOCMClusterControl ¶
func NewCacheOCMClusterControl(clusterLister clusterv1Lister.ManagedClusterLister) OCMClusterControl
func NewDirectOCMClusterControl ¶
func NewDirectOCMClusterControl(ocmClient ocmclient.Interface) OCMClusterControl
Click to show internal directories.
Click to hide internal directories.