v3

package
v0.0.4-beta Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 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 CceClientBuilder

func CceClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForAwakeCluster

func GenReqDefForAwakeCluster() *def.HttpRequestDef

func GenReqDefForCreateAddonInstance

func GenReqDefForCreateAddonInstance() *def.HttpRequestDef

func GenReqDefForCreateCloudPersistentVolumeClaims

func GenReqDefForCreateCloudPersistentVolumeClaims() *def.HttpRequestDef

func GenReqDefForCreateCluster

func GenReqDefForCreateCluster() *def.HttpRequestDef

func GenReqDefForCreateNode

func GenReqDefForCreateNode() *def.HttpRequestDef

func GenReqDefForCreateNodePool

func GenReqDefForCreateNodePool() *def.HttpRequestDef

func GenReqDefForDeleteAddonInstance

func GenReqDefForDeleteAddonInstance() *def.HttpRequestDef

func GenReqDefForDeleteCloudPersistentVolumeClaims

func GenReqDefForDeleteCloudPersistentVolumeClaims() *def.HttpRequestDef

func GenReqDefForDeleteCluster

func GenReqDefForDeleteCluster() *def.HttpRequestDef

func GenReqDefForDeleteNode

func GenReqDefForDeleteNode() *def.HttpRequestDef

func GenReqDefForDeleteNodePool

func GenReqDefForDeleteNodePool() *def.HttpRequestDef

func GenReqDefForHibernateCluster

func GenReqDefForHibernateCluster() *def.HttpRequestDef

func GenReqDefForListAddonInstances

func GenReqDefForListAddonInstances() *def.HttpRequestDef

func GenReqDefForListAddonTemplates

func GenReqDefForListAddonTemplates() *def.HttpRequestDef

func GenReqDefForListClusters

func GenReqDefForListClusters() *def.HttpRequestDef

func GenReqDefForListNodePools

func GenReqDefForListNodePools() *def.HttpRequestDef

func GenReqDefForListNodes

func GenReqDefForListNodes() *def.HttpRequestDef

func GenReqDefForShowAddonInstance

func GenReqDefForShowAddonInstance() *def.HttpRequestDef

func GenReqDefForShowCluster

func GenReqDefForShowCluster() *def.HttpRequestDef

func GenReqDefForShowJob

func GenReqDefForShowJob() *def.HttpRequestDef

func GenReqDefForShowNode

func GenReqDefForShowNode() *def.HttpRequestDef

func GenReqDefForShowNodePool

func GenReqDefForShowNodePool() *def.HttpRequestDef

func GenReqDefForUpdateAddonInstance

func GenReqDefForUpdateAddonInstance() *def.HttpRequestDef

func GenReqDefForUpdateCluster

func GenReqDefForUpdateCluster() *def.HttpRequestDef

func GenReqDefForUpdateNode

func GenReqDefForUpdateNode() *def.HttpRequestDef

func GenReqDefForUpdateNodePool

func GenReqDefForUpdateNodePool() *def.HttpRequestDef

Types

type AwakeClusterInvoker

type AwakeClusterInvoker struct {
	*invoker.BaseInvoker
}

func (*AwakeClusterInvoker) Invoke

type CceClient

type CceClient struct {
	HcClient *http_client.HcHttpClient
}

func NewCceClient

func NewCceClient(hcClient *http_client.HcHttpClient) *CceClient

func (*CceClient) AwakeCluster

func (c *CceClient) AwakeCluster(request *model.AwakeClusterRequest) (*model.AwakeClusterResponse, error)

func (*CceClient) AwakeClusterInvoker

func (c *CceClient) AwakeClusterInvoker(request *model.AwakeClusterRequest) *AwakeClusterInvoker

func (*CceClient) CreateAddonInstance

func (*CceClient) CreateAddonInstanceInvoker

func (c *CceClient) CreateAddonInstanceInvoker(request *model.CreateAddonInstanceRequest) *CreateAddonInstanceInvoker

func (*CceClient) CreateCluster

func (c *CceClient) CreateCluster(request *model.CreateClusterRequest) (*model.CreateClusterResponse, error)

func (*CceClient) CreateClusterInvoker

func (c *CceClient) CreateClusterInvoker(request *model.CreateClusterRequest) *CreateClusterInvoker

func (*CceClient) CreateNode

func (c *CceClient) CreateNode(request *model.CreateNodeRequest) (*model.CreateNodeResponse, error)

func (*CceClient) CreateNodeInvoker

func (c *CceClient) CreateNodeInvoker(request *model.CreateNodeRequest) *CreateNodeInvoker

func (*CceClient) CreateNodePool

func (c *CceClient) CreateNodePool(request *model.CreateNodePoolRequest) (*model.CreateNodePoolResponse, error)

func (*CceClient) CreateNodePoolInvoker

func (c *CceClient) CreateNodePoolInvoker(request *model.CreateNodePoolRequest) *CreateNodePoolInvoker

func (*CceClient) DeleteAddonInstance

func (*CceClient) DeleteAddonInstanceInvoker

func (c *CceClient) DeleteAddonInstanceInvoker(request *model.DeleteAddonInstanceRequest) *DeleteAddonInstanceInvoker

func (*CceClient) DeleteCluster

func (c *CceClient) DeleteCluster(request *model.DeleteClusterRequest) (*model.DeleteClusterResponse, error)

func (*CceClient) DeleteClusterInvoker

func (c *CceClient) DeleteClusterInvoker(request *model.DeleteClusterRequest) *DeleteClusterInvoker

func (*CceClient) DeleteNode

func (c *CceClient) DeleteNode(request *model.DeleteNodeRequest) (*model.DeleteNodeResponse, error)

func (*CceClient) DeleteNodeInvoker

func (c *CceClient) DeleteNodeInvoker(request *model.DeleteNodeRequest) *DeleteNodeInvoker

func (*CceClient) DeleteNodePool

func (c *CceClient) DeleteNodePool(request *model.DeleteNodePoolRequest) (*model.DeleteNodePoolResponse, error)

func (*CceClient) DeleteNodePoolInvoker

func (c *CceClient) DeleteNodePoolInvoker(request *model.DeleteNodePoolRequest) *DeleteNodePoolInvoker

func (*CceClient) GetAwakeClusterRequest

func (c *CceClient) GetAwakeClusterRequest() *model.AwakeClusterRequest

func (*CceClient) GetCreateAddonInstanceRequest

func (c *CceClient) GetCreateAddonInstanceRequest() *model.CreateAddonInstanceRequest

func (*CceClient) GetCreateCloudPersistentVolumeClaimsRequest

func (c *CceClient) GetCreateCloudPersistentVolumeClaimsRequest() *model.CreateCloudPersistentVolumeClaimsRequest

func (*CceClient) GetCreateClusterRequest

func (c *CceClient) GetCreateClusterRequest() *model.CreateClusterRequest

func (*CceClient) GetCreateNodePoolRequest

func (c *CceClient) GetCreateNodePoolRequest() *model.CreateNodePoolRequest

func (*CceClient) GetCreateNodeRequest

func (c *CceClient) GetCreateNodeRequest() *model.CreateNodeRequest

func (*CceClient) GetDeleteAddonInstanceRequest

func (c *CceClient) GetDeleteAddonInstanceRequest() *model.DeleteAddonInstanceRequest

func (*CceClient) GetDeleteCloudPersistentVolumeClaimsRequest

func (c *CceClient) GetDeleteCloudPersistentVolumeClaimsRequest() *model.DeleteCloudPersistentVolumeClaimsRequest

func (*CceClient) GetDeleteClusterRequest

func (c *CceClient) GetDeleteClusterRequest() *model.DeleteClusterRequest

func (*CceClient) GetDeleteNodePoolRequest

func (c *CceClient) GetDeleteNodePoolRequest() *model.DeleteNodePoolRequest

func (*CceClient) GetDeleteNodeRequest

func (c *CceClient) GetDeleteNodeRequest() *model.DeleteNodeRequest

func (*CceClient) GetHibernateClusterRequest

func (c *CceClient) GetHibernateClusterRequest() *model.HibernateClusterRequest

func (*CceClient) GetListAddonInstancesRequest

func (c *CceClient) GetListAddonInstancesRequest() *model.ListAddonInstancesRequest

func (*CceClient) GetListAddonTemplatesRequest

func (c *CceClient) GetListAddonTemplatesRequest() *model.ListAddonTemplatesRequest

func (*CceClient) GetListClustersRequest

func (c *CceClient) GetListClustersRequest() *model.ListClustersRequest

func (*CceClient) GetListNodePoolsRequest

func (c *CceClient) GetListNodePoolsRequest() *model.ListNodePoolsRequest

func (*CceClient) GetListNodesRequest

func (c *CceClient) GetListNodesRequest() *model.ListNodesRequest

func (*CceClient) GetShowAddonInstanceRequest

func (c *CceClient) GetShowAddonInstanceRequest() *model.ShowAddonInstanceRequest

func (*CceClient) GetShowClusterRequest

func (c *CceClient) GetShowClusterRequest() *model.ShowClusterRequest

func (*CceClient) GetShowJobRequest

func (c *CceClient) GetShowJobRequest() *model.ShowJobRequest

func (*CceClient) GetShowNodePoolRequest

func (c *CceClient) GetShowNodePoolRequest() *model.ShowNodePoolRequest

func (*CceClient) GetShowNodeRequest

func (c *CceClient) GetShowNodeRequest() *model.ShowNodeRequest

func (*CceClient) GetUpdateAddonInstanceRequest

func (c *CceClient) GetUpdateAddonInstanceRequest() *model.UpdateAddonInstanceRequest

func (*CceClient) GetUpdateClusterRequest

func (c *CceClient) GetUpdateClusterRequest() *model.UpdateClusterRequest

func (*CceClient) GetUpdateNodePoolRequest

func (c *CceClient) GetUpdateNodePoolRequest() *model.UpdateNodePoolRequest

func (*CceClient) GetUpdateNodeRequest

func (c *CceClient) GetUpdateNodeRequest() *model.UpdateNodeRequest

func (*CceClient) HibernateCluster

func (c *CceClient) HibernateCluster(request *model.HibernateClusterRequest) (*model.HibernateClusterResponse, error)

func (*CceClient) HibernateClusterInvoker

func (c *CceClient) HibernateClusterInvoker(request *model.HibernateClusterRequest) *HibernateClusterInvoker

func (*CceClient) ListAddonInstances

func (c *CceClient) ListAddonInstances(request *model.ListAddonInstancesRequest) (*model.ListAddonInstancesResponse, error)

func (*CceClient) ListAddonInstancesInvoker

func (c *CceClient) ListAddonInstancesInvoker(request *model.ListAddonInstancesRequest) *ListAddonInstancesInvoker

func (*CceClient) ListAddonTemplates

func (c *CceClient) ListAddonTemplates(request *model.ListAddonTemplatesRequest) (*model.ListAddonTemplatesResponse, error)

func (*CceClient) ListAddonTemplatesInvoker

func (c *CceClient) ListAddonTemplatesInvoker(request *model.ListAddonTemplatesRequest) *ListAddonTemplatesInvoker

func (*CceClient) ListClusters

func (c *CceClient) ListClusters(request *model.ListClustersRequest) (*model.ListClustersResponse, error)

func (*CceClient) ListClustersInvoker

func (c *CceClient) ListClustersInvoker(request *model.ListClustersRequest) *ListClustersInvoker

func (*CceClient) ListNodePools

func (c *CceClient) ListNodePools(request *model.ListNodePoolsRequest) (*model.ListNodePoolsResponse, error)

func (*CceClient) ListNodePoolsInvoker

func (c *CceClient) ListNodePoolsInvoker(request *model.ListNodePoolsRequest) *ListNodePoolsInvoker

func (*CceClient) ListNodes

func (c *CceClient) ListNodes(request *model.ListNodesRequest) (*model.ListNodesResponse, error)

func (*CceClient) ListNodesInvoker

func (c *CceClient) ListNodesInvoker(request *model.ListNodesRequest) *ListNodesInvoker

func (*CceClient) ShowAddonInstance

func (c *CceClient) ShowAddonInstance(request *model.ShowAddonInstanceRequest) (*model.ShowAddonInstanceResponse, error)

func (*CceClient) ShowAddonInstanceInvoker

func (c *CceClient) ShowAddonInstanceInvoker(request *model.ShowAddonInstanceRequest) *ShowAddonInstanceInvoker

func (*CceClient) ShowCluster

func (c *CceClient) ShowCluster(request *model.ShowClusterRequest) (*model.ShowClusterResponse, error)

func (*CceClient) ShowClusterInvoker

func (c *CceClient) ShowClusterInvoker(request *model.ShowClusterRequest) *ShowClusterInvoker

func (*CceClient) ShowJob

func (c *CceClient) ShowJob(request *model.ShowJobRequest) (*model.ShowJobResponse, error)

func (*CceClient) ShowJobInvoker

func (c *CceClient) ShowJobInvoker(request *model.ShowJobRequest) *ShowJobInvoker

func (*CceClient) ShowNode

func (c *CceClient) ShowNode(request *model.ShowNodeRequest) (*model.ShowNodeResponse, error)

func (*CceClient) ShowNodeInvoker

func (c *CceClient) ShowNodeInvoker(request *model.ShowNodeRequest) *ShowNodeInvoker

func (*CceClient) ShowNodePool

func (c *CceClient) ShowNodePool(request *model.ShowNodePoolRequest) (*model.ShowNodePoolResponse, error)

func (*CceClient) ShowNodePoolInvoker

func (c *CceClient) ShowNodePoolInvoker(request *model.ShowNodePoolRequest) *ShowNodePoolInvoker

func (*CceClient) UpdateAddonInstance

func (*CceClient) UpdateAddonInstanceInvoker

func (c *CceClient) UpdateAddonInstanceInvoker(request *model.UpdateAddonInstanceRequest) *UpdateAddonInstanceInvoker

func (*CceClient) UpdateCluster

func (c *CceClient) UpdateCluster(request *model.UpdateClusterRequest) (*model.UpdateClusterResponse, error)

func (*CceClient) UpdateClusterInvoker

func (c *CceClient) UpdateClusterInvoker(request *model.UpdateClusterRequest) *UpdateClusterInvoker

func (*CceClient) UpdateNode

func (c *CceClient) UpdateNode(request *model.UpdateNodeRequest) (*model.UpdateNodeResponse, error)

func (*CceClient) UpdateNodeInvoker

func (c *CceClient) UpdateNodeInvoker(request *model.UpdateNodeRequest) *UpdateNodeInvoker

func (*CceClient) UpdateNodePool

func (c *CceClient) UpdateNodePool(request *model.UpdateNodePoolRequest) (*model.UpdateNodePoolResponse, error)

func (*CceClient) UpdateNodePoolInvoker

func (c *CceClient) UpdateNodePoolInvoker(request *model.UpdateNodePoolRequest) *UpdateNodePoolInvoker

type CreateAddonInstanceInvoker

type CreateAddonInstanceInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateAddonInstanceInvoker) Invoke

type CreateCloudPersistentVolumeClaimsInvoker

type CreateCloudPersistentVolumeClaimsInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateCloudPersistentVolumeClaimsInvoker) Invoke

type CreateClusterInvoker

type CreateClusterInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateClusterInvoker) Invoke

type CreateNodeInvoker

type CreateNodeInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateNodeInvoker) Invoke

type CreateNodePoolInvoker

type CreateNodePoolInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateNodePoolInvoker) Invoke

type DeleteAddonInstanceInvoker

type DeleteAddonInstanceInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteAddonInstanceInvoker) Invoke

type DeleteCloudPersistentVolumeClaimsInvoker

type DeleteCloudPersistentVolumeClaimsInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteCloudPersistentVolumeClaimsInvoker) Invoke

type DeleteClusterInvoker

type DeleteClusterInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteClusterInvoker) Invoke

type DeleteNodeInvoker

type DeleteNodeInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteNodeInvoker) Invoke

type DeleteNodePoolInvoker

type DeleteNodePoolInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteNodePoolInvoker) Invoke

type HibernateClusterInvoker

type HibernateClusterInvoker struct {
	*invoker.BaseInvoker
}

func (*HibernateClusterInvoker) Invoke

type ListAddonInstancesInvoker

type ListAddonInstancesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListAddonInstancesInvoker) Invoke

type ListAddonTemplatesInvoker

type ListAddonTemplatesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListAddonTemplatesInvoker) Invoke

type ListClustersInvoker

type ListClustersInvoker struct {
	*invoker.BaseInvoker
}

func (*ListClustersInvoker) Invoke

type ListNodePoolsInvoker

type ListNodePoolsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListNodePoolsInvoker) Invoke

type ListNodesInvoker

type ListNodesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListNodesInvoker) Invoke

type ShowAddonInstanceInvoker

type ShowAddonInstanceInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowAddonInstanceInvoker) Invoke

type ShowClusterInvoker

type ShowClusterInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowClusterInvoker) Invoke

type ShowJobInvoker

type ShowJobInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowJobInvoker) Invoke

func (i *ShowJobInvoker) Invoke() (*model.ShowJobResponse, error)

type ShowNodeInvoker

type ShowNodeInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowNodeInvoker) Invoke

func (i *ShowNodeInvoker) Invoke() (*model.ShowNodeResponse, error)

type ShowNodePoolInvoker

type ShowNodePoolInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowNodePoolInvoker) Invoke

type UpdateAddonInstanceInvoker

type UpdateAddonInstanceInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateAddonInstanceInvoker) Invoke

type UpdateClusterInvoker

type UpdateClusterInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateClusterInvoker) Invoke

type UpdateNodeInvoker

type UpdateNodeInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateNodeInvoker) Invoke

type UpdateNodePoolInvoker

type UpdateNodePoolInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateNodePoolInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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