|
575 | 575 | 'type' => 'structure', |
576 | 576 | 'members' => [ |
577 | 577 | 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
| 578 | + 'type' => [ 'type' => 'string', 'locationName' => 'type', ], |
578 | 579 | 'command' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
579 | 580 | 'args' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
580 | 581 | 'env' => [ 'type' => 'list', 'member' => [ 'shape' => 'Env', ], ], |
|
750 | 751 | 'resources' => [ 'shape' => 'ResourceRequestsSpec', ], |
751 | 752 | 'systemDisk' => [ 'shape' => 'CloudDiskSpec', ], |
752 | 753 | 'volumeMounts' => [ 'type' => 'list', 'member' => [ 'shape' => 'VolumeMountSpec', ], ], |
| 754 | + 'type' => [ 'type' => 'string', 'locationName' => 'type', ], |
753 | 755 | ], |
754 | 756 | ], |
755 | 757 | 'ProbeSpec' => [ |
|
841 | 843 | 'chargeSpec' => [ 'shape' => 'ChargeSpec', ], |
842 | 844 | ], |
843 | 845 | ], |
| 846 | + 'EmptyDirVolumeSource' => [ |
| 847 | + 'type' => 'structure', |
| 848 | + 'members' => [ |
| 849 | + 'sizeMB' => [ 'type' => 'integer', 'locationName' => 'sizeMB', ], |
| 850 | + ], |
| 851 | + ], |
| 852 | + 'EmptyDirVolumeSourceSpec' => [ |
| 853 | + 'type' => 'structure', |
| 854 | + 'members' => [ |
| 855 | + 'sizeMB' => [ 'type' => 'integer', 'locationName' => 'sizeMB', ], |
| 856 | + ], |
| 857 | + ], |
844 | 858 | 'FileToPath' => [ |
845 | 859 | 'type' => 'structure', |
846 | 860 | 'members' => [ |
|
1093 | 1107 | 'jdcloudDisk' => [ 'shape' => 'JDCloudVolumeSource', ], |
1094 | 1108 | 'cfs' => [ 'shape' => 'CFSVolumeSource', ], |
1095 | 1109 | 'configFile' => [ 'shape' => 'ConfigFileVolumeSource', ], |
| 1110 | + 'emptyDir' => [ 'shape' => 'EmptyDirVolumeSource', ], |
1096 | 1111 | ], |
1097 | 1112 | ], |
1098 | 1113 | 'PodBrief' => [ |
|
1151 | 1166 | 'jdcloudDisk' => [ 'shape' => 'JDCloudVolumeSourceSpec', ], |
1152 | 1167 | 'cfs' => [ 'shape' => 'CFSVolumeSourceSpec', ], |
1153 | 1168 | 'configFile' => [ 'shape' => 'ConfigFileVolumeSourceSpec', ], |
| 1169 | + 'emptyDir' => [ 'shape' => 'EmptyDirVolumeSourceSpec', ], |
1154 | 1170 | ], |
1155 | 1171 | ], |
1156 | 1172 | 'PodTemplateNetworkInterfaceAttachment' => [ |
|
0 commit comments