AssetManifest
Definitions for the asset manifest.
Initializer
import ros_cdk_assembly_schema
ros_cdk_assembly_schema.AssetManifest(
version: str,
docker_images: typing.Mapping[DockerImageAsset] = None,
files: typing.Mapping[FileAsset] = None
)
Properties
Name | Type | Description |
---|---|---|
version |
str |
Version of the manifest. |
docker_images |
typing.Mapping[DockerImageAsset] |
The Docker image assets in this manifest. |
files |
typing.Mapping[FileAsset] |
The file assets in this manifest. |
version
Required
version: str
- Type: str
Version of the manifest.
docker_images
Optional
docker_images: typing.Mapping[DockerImageAsset]
- Type: typing.Mapping[DockerImageAsset]
- Default: No Docker images
The Docker image assets in this manifest.
files
Optional
files: typing.Mapping[FileAsset]
- Type: typing.Mapping[FileAsset]
- Default: No files
The file assets in this manifest.