Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶ added in v0.8.0
Client is the interface with all the methods to interact with all loaded Kubernetes clusters.
type Config ¶
Config is the configuration required to load all clusters. It takes an array of providers, which are defined in the providers package.
type MockClient ¶ added in v0.8.0
MockClient is an autogenerated mock type for the Client type
func (*MockClient) GetCluster ¶ added in v0.8.0
func (_m *MockClient) GetCluster(name string) cluster.Client
GetCluster provides a mock function with given fields: name
func (*MockClient) GetClusters ¶ added in v0.8.0
func (_m *MockClient) GetClusters() []cluster.Client
GetClusters provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.