| 12345678910111213141516171819202122232425262728293031 |
- package edas
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // Conf is a nested struct in edas response
- type Conf struct {
- JarStartArgs string `json:"JarStartArgs" xml:"JarStartArgs"`
- JarStartOptions string `json:"JarStartOptions" xml:"JarStartOptions"`
- K8sCmd string `json:"K8sCmd" xml:"K8sCmd"`
- K8sCmdArgs string `json:"K8sCmdArgs" xml:"K8sCmdArgs"`
- K8sLocalvolumeInfo string `json:"K8sLocalvolumeInfo" xml:"K8sLocalvolumeInfo"`
- K8sNasInfo string `json:"K8sNasInfo" xml:"K8sNasInfo"`
- K8sVolumeInfo string `json:"K8sVolumeInfo" xml:"K8sVolumeInfo"`
- Liveness string `json:"Liveness" xml:"Liveness"`
- PostStart string `json:"PostStart" xml:"PostStart"`
- PreStop string `json:"PreStop" xml:"PreStop"`
- Readiness string `json:"Readiness" xml:"Readiness"`
- }
|