Versions in this module Expand all Collapse all v1 v1.5.0 Jan 6, 2022 Changes in this version + type ClusterManagerInterface interface + ClusterInfo func(ctx context.Context, orgID uint64, clusterNames []string) ([]map[string]map[string]apistructs.NameValue, error) v1.4.0 Nov 16, 2021 Changes in this version + type ClusterInterface interface + GetClustersResources func(ctx context.Context, cReq *pb.GetClustersResourcesRequest) (*pb.GetClusterResourcesResponse, error) + GetNamespacesResources func(ctx context.Context, nReq *pb.GetNamespacesResourcesRequest) (*pb.GetNamespacesResourcesResponse, error) + type Provider interface + type SteveServer interface + CordonNode func(context.Context, *apistructs.SteveRequest) error + CreateSteveResource func(context.Context, *apistructs.SteveRequest) (types.APIObject, error) + DeleteSteveResource func(context.Context, *apistructs.SteveRequest) error + DrainNode func(context.Context, *apistructs.SteveRequest) error + GetSteveResource func(context.Context, *apistructs.SteveRequest) (types.APIObject, error) + LabelNode func(context.Context, *apistructs.SteveRequest, map[string]string) error + ListSteveResource func(context.Context, *apistructs.SteveRequest) ([]types.APIObject, error) + OfflineNode func(context.Context, string, string, string, []string) error + OnlineNode func(context.Context, *apistructs.SteveRequest) error + PatchNode func(context.Context, *apistructs.SteveRequest) error + UnCordonNode func(context.Context, *apistructs.SteveRequest) error + UnlabelNode func(context.Context, *apistructs.SteveRequest, []string) error + UpdateSteveResource func(context.Context, *apistructs.SteveRequest) (types.APIObject, error)