AssetManifest
Definitions for the asset manifest.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.AssetManifest {
Version: *string,
DockerImages: *map[string]github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.DockerImageAsset,
Files: *map[string]github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.FileAsset,
}
Properties
Name | Type | Description |
---|---|---|
Version |
*string |
Version of the manifest. |
DockerImages |
*map[string]DockerImageAsset |
The Docker image assets in this manifest. |
Files |
*map[string]FileAsset |
The file assets in this manifest. |
Version
Required
Version *string
- Type: *string
Version of the manifest.
DockerImages
Optional
DockerImages *map[string]DockerImageAsset
- Type: *map[string]DockerImageAsset
- Default: No Docker images
The Docker image assets in this manifest.
Files
Optional
Files *map[string]FileAsset
- Type: *map[string]FileAsset
- Default: No files
The file assets in this manifest.