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)
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.