Skip to content

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.

versionRequired

version: str
  • Type: str

Version of the manifest.


docker_imagesOptional

docker_images: typing.Mapping[DockerImageAsset]

The Docker image assets in this manifest.


filesOptional

files: typing.Mapping[FileAsset]
  • Type: typing.Mapping[FileAsset]
  • Default: No files

The file assets in this manifest.