|
34 | 34 | * @method \GuzzleHttp\Promise\Promise describeDeployTaskAsync(array $args = []) |
35 | 35 | * @method \Jdcloud\Result stopDeployTask(array $args = []) |
36 | 36 | * @method \GuzzleHttp\Promise\Promise stopDeployTaskAsync(array $args = []) |
| 37 | + * @method \Jdcloud\Result restart(array $args = []) |
| 38 | + * @method \GuzzleHttp\Promise\Promise restartAsync(array $args = []) |
| 39 | + * @method \Jdcloud\Result scale(array $args = []) |
| 40 | + * @method \GuzzleHttp\Promise\Promise scaleAsync(array $args = []) |
| 41 | + * @method \Jdcloud\Result rollback(array $args = []) |
| 42 | + * @method \GuzzleHttp\Promise\Promise rollbackAsync(array $args = []) |
| 43 | + * @method \Jdcloud\Result describeDeploys(array $args = []) |
| 44 | + * @method \GuzzleHttp\Promise\Promise describeDeploysAsync(array $args = []) |
37 | 45 | * @method \Jdcloud\Result describeGroups(array $args = []) |
38 | 46 | * @method \GuzzleHttp\Promise\Promise describeGroupsAsync(array $args = []) |
| 47 | + * @method \Jdcloud\Result describeGroupConfig(array $args = []) |
| 48 | + * @method \GuzzleHttp\Promise\Promise describeGroupConfigAsync(array $args = []) |
| 49 | + * @method \Jdcloud\Result updateBaseInfo(array $args = []) |
| 50 | + * @method \GuzzleHttp\Promise\Promise updateBaseInfoAsync(array $args = []) |
| 51 | + * @method \Jdcloud\Result updateStartCmd(array $args = []) |
| 52 | + * @method \GuzzleHttp\Promise\Promise updateStartCmdAsync(array $args = []) |
| 53 | + * @method \Jdcloud\Result updateHealthCheck(array $args = []) |
| 54 | + * @method \GuzzleHttp\Promise\Promise updateHealthCheckAsync(array $args = []) |
| 55 | + * @method \Jdcloud\Result updateLifeCycle(array $args = []) |
| 56 | + * @method \GuzzleHttp\Promise\Promise updateLifeCycleAsync(array $args = []) |
| 57 | + * @method \Jdcloud\Result describeGroupEnvironments(array $args = []) |
| 58 | + * @method \GuzzleHttp\Promise\Promise describeGroupEnvironmentsAsync(array $args = []) |
| 59 | + * @method \Jdcloud\Result updateGroupEnvironment(array $args = []) |
| 60 | + * @method \GuzzleHttp\Promise\Promise updateGroupEnvironmentAsync(array $args = []) |
| 61 | + * @method \Jdcloud\Result describeGroupConfigFiles(array $args = []) |
| 62 | + * @method \GuzzleHttp\Promise\Promise describeGroupConfigFilesAsync(array $args = []) |
| 63 | + * @method \Jdcloud\Result updateConfigFile(array $args = []) |
| 64 | + * @method \GuzzleHttp\Promise\Promise updateConfigFileAsync(array $args = []) |
| 65 | + * @method \Jdcloud\Result deleteConfigFile(array $args = []) |
| 66 | + * @method \GuzzleHttp\Promise\Promise deleteConfigFileAsync(array $args = []) |
| 67 | + * @method \Jdcloud\Result containerAntiAffinity(array $args = []) |
| 68 | + * @method \GuzzleHttp\Promise\Promise containerAntiAffinityAsync(array $args = []) |
| 69 | + * @method \Jdcloud\Result describePods(array $args = []) |
| 70 | + * @method \GuzzleHttp\Promise\Promise describePodsAsync(array $args = []) |
| 71 | + * @method \Jdcloud\Result rebuild(array $args = []) |
| 72 | + * @method \GuzzleHttp\Promise\Promise rebuildAsync(array $args = []) |
39 | 73 | */ |
40 | 74 | class YdappClient extends JdCloudClient |
41 | 75 | { |
|
0 commit comments