-
创建PVC(待废弃)CreateCloudPersistentVolumeClaims
= new BasicCredentials() .withAk(ak) .withSk(sk); CceClient client = CceClient.newBuilder() .withCredential(auth) .withRegion(CceRegion.valueOf("cn-north-4"))
来自:百科 -
查询AddonTemplates列表ListAddonTemplates
String sk = ""; ICredential auth = new BasicCredentials() .withAk(ak) .withSk(sk); CceClient client = CceClient.newBuilder() .withCredential(auth)
来自:百科 -
删除AddonInstanceDeleteAddonInstance
huaweicloudsdkcce.v3 import * if __name__ == "__main__": ak = "" sk = "" credentials = BasicCredentials(ak, sk) \ client = CceClient.new_builder()
来自:百科 -
获取集群下所有节点ListNodes
String sk = ""; String projectId = ""; ICredential auth = new BasicCredentials() .withProjectId(projectId) .withAk(ak) .withSk(sk); CceClient
来自:百科 -
获取AddonInstance详情ShowAddonInstance
-
云日志服务_LTS_云日志_日志接入
-
查询CCE服务下的资源配额ShowQuotas
-
集群唤醒AwakeCluster
-
集群升级UpgradeCluster
-
纳管节点AddNode
-
插件界的全家桶!对接华为云能力就用它了!
-
获取函数调用链配置ShowTracing
-
暂停集群升级任务PauseUpgradeClusterTask
-
删除节点池DeleteNodePool
-
获取指定的节点池ShowNodePool
-
获取集群下所有节点池ListNodePools
-
绑定、解绑集群公网apiserver地址UpdateClusterEip
-
查询API版本信息列表ShowVersion
-
更新指定的集群UpdateCluster
-
更新指定的节点UpdateNode
-
删除节点DeleteNode