Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClustersInterface ¶
type ClustersInterface interface { GetById(id string) (*apicontracts.Cluster, error) UpdateById(id string, cluster *apicontracts.Cluster) error GetByFilter(filter apicontracts.Filter) (*[]apicontracts.Cluster, error) Get(limit int, offset int) (*[]apicontracts.Cluster, error) GetAll() (*[]apicontracts.Cluster, error) GetKubeconfig(clusterid, username, password string) (*apicontracts.ClusterKubeconfig, error) }
Click to show internal directories.
Click to hide internal directories.