struct_deploy_group.go 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. package edas
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // DeployGroup is a nested struct in edas response
  17. type DeployGroup struct {
  18. CsClusterId string `json:"CsClusterId" xml:"CsClusterId"`
  19. Reversion string `json:"Reversion" xml:"Reversion"`
  20. GroupName string `json:"GroupName" xml:"GroupName"`
  21. DeploymentName string `json:"DeploymentName" xml:"DeploymentName"`
  22. MemoryLimit string `json:"MemoryLimit" xml:"MemoryLimit"`
  23. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  24. PackageVersion string `json:"PackageVersion" xml:"PackageVersion"`
  25. PackagePublicUrl string `json:"PackagePublicUrl" xml:"PackagePublicUrl"`
  26. Selector string `json:"Selector" xml:"Selector"`
  27. Strategy string `json:"Strategy" xml:"Strategy"`
  28. PackageVersionId string `json:"PackageVersionId" xml:"PackageVersionId"`
  29. ClusterName string `json:"ClusterName" xml:"ClusterName"`
  30. PreStop string `json:"PreStop" xml:"PreStop"`
  31. Env string `json:"Env" xml:"Env"`
  32. BaseComponentMetaName string `json:"BaseComponentMetaName" xml:"BaseComponentMetaName"`
  33. GroupId string `json:"GroupId" xml:"GroupId"`
  34. AppVersionId string `json:"AppVersionId" xml:"AppVersionId"`
  35. ClusterId string `json:"ClusterId" xml:"ClusterId"`
  36. LastUpdateTime int64 `json:"LastUpdateTime" xml:"LastUpdateTime"`
  37. UpdateTime int64 `json:"UpdateTime" xml:"UpdateTime"`
  38. NameSpace string `json:"NameSpace" xml:"NameSpace"`
  39. PostStart string `json:"PostStart" xml:"PostStart"`
  40. GroupType int `json:"GroupType" xml:"GroupType"`
  41. AppId string `json:"AppId" xml:"AppId"`
  42. CpuLimit string `json:"CpuLimit" xml:"CpuLimit"`
  43. Labels string `json:"Labels" xml:"Labels"`
  44. Status string `json:"Status" xml:"Status"`
  45. PackageUrl string `json:"PackageUrl" xml:"PackageUrl"`
  46. Components Components `json:"Components" xml:"Components"`
  47. }