[Azure] Fix the EmptyDir Volume issue for ACI Provider

This commit is contained in:
robbiezhang
2018-01-20 02:32:38 +00:00
parent d27616776c
commit 909819c69d
2 changed files with 2 additions and 5 deletions

View File

@@ -263,7 +263,7 @@ type UsageListResult struct {
type Volume struct {
Name string `json:"name,omitempty"`
AzureFile *AzureFileVolume `json:"azureFile,omitempty"`
EmptyDir map[string]interface{} `json:"emptyDir,omitempty"`
EmptyDir map[string]interface{} `json:"emptyDir"`
Secret map[string]string `json:"secret,omitempty"`
GitRepo *GitRepoVolume `json:"gitRepo,omitempty"`
}