[AliCloud] Add init container (#382)
* clean up eci sdk code remove unnecessary code * add init containers support
This commit is contained in:
@@ -17,6 +17,6 @@ package eci
|
||||
|
||||
// ConfigFileVolumeConfigFileToPath is a nested struct in eci response
|
||||
type ConfigFileToPath struct {
|
||||
Content string `json:"Content" xml:"Content" position:"Query" name:"Content"`
|
||||
Path string `json:"Path" xml:"Path" position:"Query" name:"Path"`
|
||||
Content string `name:"Content"`
|
||||
Path string `name:"Path"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user