v3

package
v0.1.34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AomClientBuilder

func AomClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForCreateApp

func GenReqDefForCreateApp() *def.HttpRequestDef

func GenReqDefForCreateComponent

func GenReqDefForCreateComponent() *def.HttpRequestDef

func GenReqDefForCreateEnv

func GenReqDefForCreateEnv() *def.HttpRequestDef

func GenReqDefForDeleteApp

func GenReqDefForDeleteApp() *def.HttpRequestDef

func GenReqDefForDeleteComponent

func GenReqDefForDeleteComponent() *def.HttpRequestDef

func GenReqDefForDeleteEnv

func GenReqDefForDeleteEnv() *def.HttpRequestDef

func GenReqDefForListResourceUnderNode

func GenReqDefForListResourceUnderNode() *def.HttpRequestDef

func GenReqDefForShowApp

func GenReqDefForShowApp() *def.HttpRequestDef

func GenReqDefForShowAppByName

func GenReqDefForShowAppByName() *def.HttpRequestDef

func GenReqDefForShowComponent

func GenReqDefForShowComponent() *def.HttpRequestDef

func GenReqDefForShowComponentByName

func GenReqDefForShowComponentByName() *def.HttpRequestDef

func GenReqDefForShowEnv

func GenReqDefForShowEnv() *def.HttpRequestDef

func GenReqDefForShowEnvByName

func GenReqDefForShowEnvByName() *def.HttpRequestDef

func GenReqDefForUpdateApp

func GenReqDefForUpdateApp() *def.HttpRequestDef

func GenReqDefForUpdateComponent

func GenReqDefForUpdateComponent() *def.HttpRequestDef

func GenReqDefForUpdateEnv

func GenReqDefForUpdateEnv() *def.HttpRequestDef

Types

type AomClient

type AomClient struct {
	HcClient *http_client.HcHttpClient
}

func NewAomClient

func NewAomClient(hcClient *http_client.HcHttpClient) *AomClient

func (*AomClient) CreateApp

func (c *AomClient) CreateApp(request *model.CreateAppRequest) (*model.CreateAppResponse, error)

CreateApp 新增应用

新增应用。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) CreateAppInvoker

func (c *AomClient) CreateAppInvoker(request *model.CreateAppRequest) *CreateAppInvoker

CreateAppInvoker 新增应用

func (*AomClient) CreateComponent

func (c *AomClient) CreateComponent(request *model.CreateComponentRequest) (*model.CreateComponentResponse, error)

CreateComponent 新增组件

新增组件。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) CreateComponentInvoker

func (c *AomClient) CreateComponentInvoker(request *model.CreateComponentRequest) *CreateComponentInvoker

CreateComponentInvoker 新增组件

func (*AomClient) CreateEnv

func (c *AomClient) CreateEnv(request *model.CreateEnvRequest) (*model.CreateEnvResponse, error)

CreateEnv 创建环境

创建环境。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) CreateEnvInvoker

func (c *AomClient) CreateEnvInvoker(request *model.CreateEnvRequest) *CreateEnvInvoker

CreateEnvInvoker 创建环境

func (*AomClient) DeleteApp

func (c *AomClient) DeleteApp(request *model.DeleteAppRequest) (*model.DeleteAppResponse, error)

DeleteApp 删除应用

删除应用。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) DeleteAppInvoker

func (c *AomClient) DeleteAppInvoker(request *model.DeleteAppRequest) *DeleteAppInvoker

DeleteAppInvoker 删除应用

func (*AomClient) DeleteComponent

func (c *AomClient) DeleteComponent(request *model.DeleteComponentRequest) (*model.DeleteComponentResponse, error)

DeleteComponent 删除组件

删除组件。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) DeleteComponentInvoker

func (c *AomClient) DeleteComponentInvoker(request *model.DeleteComponentRequest) *DeleteComponentInvoker

DeleteComponentInvoker 删除组件

func (*AomClient) DeleteEnv

func (c *AomClient) DeleteEnv(request *model.DeleteEnvRequest) (*model.DeleteEnvResponse, error)

DeleteEnv 删除环境

删除环境。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) DeleteEnvInvoker

func (c *AomClient) DeleteEnvInvoker(request *model.DeleteEnvRequest) *DeleteEnvInvoker

DeleteEnvInvoker 删除环境

func (*AomClient) ListResourceUnderNode

ListResourceUnderNode 查询绑定在节点上的资源列表

查询绑定在节点上的资源列表。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) ListResourceUnderNodeInvoker

func (c *AomClient) ListResourceUnderNodeInvoker(request *model.ListResourceUnderNodeRequest) *ListResourceUnderNodeInvoker

ListResourceUnderNodeInvoker 查询绑定在节点上的资源列表

func (*AomClient) ShowApp

func (c *AomClient) ShowApp(request *model.ShowAppRequest) (*model.ShowAppResponse, error)

ShowApp 查询应用详情

获取应用详情。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) ShowAppByName

func (c *AomClient) ShowAppByName(request *model.ShowAppByNameRequest) (*model.ShowAppByNameResponse, error)

ShowAppByName 根据应用名称查询应用详情

获取应用详情。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) ShowAppByNameInvoker

func (c *AomClient) ShowAppByNameInvoker(request *model.ShowAppByNameRequest) *ShowAppByNameInvoker

ShowAppByNameInvoker 根据应用名称查询应用详情

func (*AomClient) ShowAppInvoker

func (c *AomClient) ShowAppInvoker(request *model.ShowAppRequest) *ShowAppInvoker

ShowAppInvoker 查询应用详情

func (*AomClient) ShowComponent

func (c *AomClient) ShowComponent(request *model.ShowComponentRequest) (*model.ShowComponentResponse, error)

ShowComponent 查询组件详情

查询组件详情。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) ShowComponentByName

ShowComponentByName 根据组件名称查询组件详情

查询组件详情。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) ShowComponentByNameInvoker

func (c *AomClient) ShowComponentByNameInvoker(request *model.ShowComponentByNameRequest) *ShowComponentByNameInvoker

ShowComponentByNameInvoker 根据组件名称查询组件详情

func (*AomClient) ShowComponentInvoker

func (c *AomClient) ShowComponentInvoker(request *model.ShowComponentRequest) *ShowComponentInvoker

ShowComponentInvoker 查询组件详情

func (*AomClient) ShowEnv

func (c *AomClient) ShowEnv(request *model.ShowEnvRequest) (*model.ShowEnvResponse, error)

ShowEnv 查询环境详情

查询环境详情。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) ShowEnvByName

func (c *AomClient) ShowEnvByName(request *model.ShowEnvByNameRequest) (*model.ShowEnvByNameResponse, error)

ShowEnvByName 根据环境名称查询环境详情

查询环境详情。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) ShowEnvByNameInvoker

func (c *AomClient) ShowEnvByNameInvoker(request *model.ShowEnvByNameRequest) *ShowEnvByNameInvoker

ShowEnvByNameInvoker 根据环境名称查询环境详情

func (*AomClient) ShowEnvInvoker

func (c *AomClient) ShowEnvInvoker(request *model.ShowEnvRequest) *ShowEnvInvoker

ShowEnvInvoker 查询环境详情

func (*AomClient) UpdateApp

func (c *AomClient) UpdateApp(request *model.UpdateAppRequest) (*model.UpdateAppResponse, error)

UpdateApp 修改应用

修改应用。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) UpdateAppInvoker

func (c *AomClient) UpdateAppInvoker(request *model.UpdateAppRequest) *UpdateAppInvoker

UpdateAppInvoker 修改应用

func (*AomClient) UpdateComponent

func (c *AomClient) UpdateComponent(request *model.UpdateComponentRequest) (*model.UpdateComponentResponse, error)

UpdateComponent 修改组件

修改组件。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) UpdateComponentInvoker

func (c *AomClient) UpdateComponentInvoker(request *model.UpdateComponentRequest) *UpdateComponentInvoker

UpdateComponentInvoker 修改组件

func (*AomClient) UpdateEnv

func (c *AomClient) UpdateEnv(request *model.UpdateEnvRequest) (*model.UpdateEnvResponse, error)

UpdateEnv 修改环境

修改环境。(注:接口目前开放的region为:上海一)。

Please refer to HUAWEI cloud API Explorer for details.

func (*AomClient) UpdateEnvInvoker

func (c *AomClient) UpdateEnvInvoker(request *model.UpdateEnvRequest) *UpdateEnvInvoker

UpdateEnvInvoker 修改环境

type CreateAppInvoker

type CreateAppInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateAppInvoker) Invoke

type CreateComponentInvoker

type CreateComponentInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateComponentInvoker) Invoke

type CreateEnvInvoker

type CreateEnvInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateEnvInvoker) Invoke

type DeleteAppInvoker

type DeleteAppInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteAppInvoker) Invoke

type DeleteComponentInvoker

type DeleteComponentInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteComponentInvoker) Invoke

type DeleteEnvInvoker

type DeleteEnvInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteEnvInvoker) Invoke

type ListResourceUnderNodeInvoker

type ListResourceUnderNodeInvoker struct {
	*invoker.BaseInvoker
}

func (*ListResourceUnderNodeInvoker) Invoke

type ShowAppByNameInvoker

type ShowAppByNameInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowAppByNameInvoker) Invoke

type ShowAppInvoker

type ShowAppInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowAppInvoker) Invoke

func (i *ShowAppInvoker) Invoke() (*model.ShowAppResponse, error)

type ShowComponentByNameInvoker

type ShowComponentByNameInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowComponentByNameInvoker) Invoke

type ShowComponentInvoker

type ShowComponentInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowComponentInvoker) Invoke

type ShowEnvByNameInvoker

type ShowEnvByNameInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowEnvByNameInvoker) Invoke

type ShowEnvInvoker

type ShowEnvInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowEnvInvoker) Invoke

func (i *ShowEnvInvoker) Invoke() (*model.ShowEnvResponse, error)

type UpdateAppInvoker

type UpdateAppInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateAppInvoker) Invoke

type UpdateComponentInvoker

type UpdateComponentInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateComponentInvoker) Invoke

type UpdateEnvInvoker

type UpdateEnvInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateEnvInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL