Skip to content

LocalVolumeProperty

Initializer

import ros_cdk_edas
ros_cdk_edas.RosK8sApplication.LocalVolumeProperty(
  mount_path: typing.Union[str, IResolvable] = None,
  node_path: typing.Union[str, IResolvable] = None,
  type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
mount_path typing.Union[str, ros_cdk_core.IResolvable] No description.
node_path typing.Union[str, ros_cdk_core.IResolvable] No description.
type typing.Union[str, ros_cdk_core.IResolvable] No description.

mount_pathOptional

mount_path: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

node_pathOptional

node_path: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

typeOptional

type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]