Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterClientAccess ¶
type ClusterClientAccess interface { Config(ctx context.Context) (*rest.Config, error) // FIXME(ThomasK33): This is a workaround for the direct connection issue for the // remote workload vcluster pro feature. This function should be removed as // soon as remote control plane feature is refactored. ConfigSkippingDirectConnection(ctx context.Context) (*rest.Config, error) UncachedClient(ctx context.Context) (client.Client, error) }
ClusterClientAccess holds the functions for cluster access
type ManagementClientAccess ¶
type ManagementClientAccess interface { Config() *rest.Config UncachedClient() client.Client CachedClient() client.Client Cache() cache.Cache }
ManagementClientAccess holds the functions for management access
type SharedManagerFactory ¶
type SharedManagerFactory interface {}
SharedManagerFactory is the interface for retrieving managers
Click to show internal directories.
Click to hide internal directories.