Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudListLogic ¶
func NewCloudListLogic ¶
func NewCloudListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CloudListLogic
func (*CloudListLogic) CloudList ¶
func (l *CloudListLogic) CloudList() (resp *types.CloudListResp, err error)
type ControllerMetricsLogic ¶ added in v0.1.13
func NewControllerMetricsLogic ¶ added in v0.1.13
func NewControllerMetricsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ControllerMetricsLogic
func (*ControllerMetricsLogic) ControllerMetrics ¶ added in v0.1.13
func (l *ControllerMetricsLogic) ControllerMetrics(req *types.ControllerMetricsReq) (resp *types.ControllerMetricsResp, err error)
type DeleteClusterLogic ¶ added in v0.1.13
func NewDeleteClusterLogic ¶ added in v0.1.13
func NewDeleteClusterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteClusterLogic
func (*DeleteClusterLogic) DeleteCluster ¶ added in v0.1.13
func (l *DeleteClusterLogic) DeleteCluster(req *types.DeleteClusterReq) (*types.CloudResp, error)
type DeleteYamlLogic ¶
func NewDeleteYamlLogic ¶
func NewDeleteYamlLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteYamlLogic
func (*DeleteYamlLogic) DeleteYaml ¶
func (l *DeleteYamlLogic) DeleteYaml(req *types.ApplyReq) (resp *types.DeleteResp, err error)
type ListCloudClusterLogic ¶ added in v0.1.13
func NewListCloudClusterLogic ¶ added in v0.1.13
func NewListCloudClusterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListCloudClusterLogic
func (*ListCloudClusterLogic) ListCloudCluster ¶ added in v0.1.13
func (l *ListCloudClusterLogic) ListCloudCluster(req *types.ListClusterReq) (resp *types.CloudListResp, err error)
type NoticeTenantLogic ¶ added in v0.1.13
func NewNoticeTenantLogic ¶ added in v0.1.13
func NewNoticeTenantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NoticeTenantLogic
func (*NoticeTenantLogic) NoticeTenant ¶ added in v0.1.13
func (l *NoticeTenantLogic) NoticeTenant() (resp *types.CloudResp, err error)
NoticeTenant 通知更新租户数据
type RegisterClusterLogic ¶ added in v0.1.13
func NewRegisterClusterLogic ¶ added in v0.1.13
func NewRegisterClusterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RegisterClusterLogic
func (*RegisterClusterLogic) RegisterCluster ¶ added in v0.1.13
func (l *RegisterClusterLogic) RegisterCluster(req *types.RegisterClusterReq) (*types.CloudResp, error)
type UpdateTenantLogic ¶ added in v0.1.13
func NewUpdateTenantLogic ¶ added in v0.1.13
func NewUpdateTenantLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTenantLogic
func (*UpdateTenantLogic) UpdateTenant ¶ added in v0.1.13
func (l *UpdateTenantLogic) UpdateTenant(req *types.UpdateTenantReq) (resp *types.CloudResp, err error)
UpdateTenant 更新租户数据
Click to show internal directories.
Click to hide internal directories.